Advertisement
arie_cristianD

add script to header

Nov 13th, 2023
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. function hook_javascript() {
  2. ?>
  3. <!-- add your ads script here -->
  4.  
  5. <?php
  6. }
  7. add_action( 'wp_head', 'hook_javascript' );
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement