Advertisement
arie_cristianD

add script to header

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