Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action(
- 'jnews_element_below_header',
- function () {
- /* write your content here */
- echo '<h1> Test Below Header </h1>';
- }
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement