Post Meta Bar Hooks

To add custom code to the Meta Bar in the post’s single pages (the default Meta Bar contains the comments count and the like button and count), you can use the following hooks:

Add custom code at the Start of the meta box:

function custom_pix_post_meta_box_start() {
    ?>
        <!-- Your code here -->
    <?php
}
add_action( 'pix_post_meta_box_start', 'custom_pix_post_meta_box_start', 10, 0 );

Add custom code at the End of the meta box:

function custom_pix_post_meta_box_end() {
    ?>
        <!-- Your code here -->
    <?php
}
add_action( 'pix_post_meta_box_end', 'custom_pix_post_meta_box_end', 10, 0 );

pixfort
pixfort
Support Team

Hey, this is pixfort support team, if you still need help you can always reach us via your pixfort account

Related Posts

Search

Start typing to search for a specific article on our website

Made with Popup Builder
Image link
Hey there

Search for a specific article

Get started

Check useful guides to get started

Still need Help?

Send us a support message

Our usual reply time: 1 Business day