Advertisement
arie_cristianD

add_code_header

Aug 20th, 2023
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. add_action(
  2.     'jnews_element_below_header',
  3.     function () {
  4.         echo '<h1> This Text Print at Below Header </h1>';
  5.     }
  6. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement