Advertisement
arie_cristianD

add google ads script to website head

Oct 4th, 2024 (edited)
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. function hook_javascript() {
  2. ?>
  3. <!-- add your google ads script after this line -->
  4.  
  5. <?php
  6. }
  7. add_action( 'wp_head', 'hook_javascript' );
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement