Advertisement
arie_cristianD

add content below header

Dec 27th, 2023
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. add_action(
  2.     'jnews_element_below_header',
  3.     function () {
  4.         /* write your content here */
  5.         echo '<h1> Test Below Header </h1>';
  6.     }
  7. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement