Advertisement
GochiSiyan

after body

Aug 5th, 2021
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. add_action('jnews_after_body', function () {
  2. if (is_single()) {
  3. ?>
  4. <!--Insert your code here-->
  5. <p>This is after body tag</p>
  6. <?php
  7. }
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement