Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('jnews_after_body', function () {
- if (is_single()) {
- ?>
- <!--Insert your code here-->
- <p>This is after body tag</p>
- <?php
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement