Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function my_header_script(){
- ?>
- /* add your code here */
- /* end of your code */
- <?php
- }
- add_action( 'wp_head', 'my_header_script' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement