Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Show blog meta at the bottom of posts
- // Learn more https://fahimm.com
- add_action('astra_entry_bottom', 'call_back' );
- function call_back(){
- astra_blog_get_post_meta();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement