Advertisement
arie_cristianD

add_comment_tag_author

Aug 18th, 2023
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. add_action(
  2.     'jnews_single_post_after_content',
  3.     function() {
  4.         echo '<!-- Author Start -->';
  5.     },
  6.     25
  7. );
  8. add_action(
  9.     'jnews_single_post_after_content',
  10.     function() {
  11.         echo '<!-- Author End -->';
  12.     },
  13.     35
  14. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement