Advertisement
hendrajeg

wp head code

Mar 31st, 2022
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. function my_header_script(){
  2.     ?>
  3.     /* add your code here */
  4.  
  5.     /* end of your code */
  6.     <?php
  7. }
  8. add_action( 'wp_head', 'my_header_script' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement