Advertisement
arie_cristianD

print shortcode after single post content

Jan 2nd, 2025
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. add_action(
  2.     'jnews_single_post_after_content',
  3.     function () {
  4.         echo do_shortcode( '[taxopress_termsdisplay id="1"]' );
  5.     }
  6. );
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement