Advertisement
arie_cristianD

add code to head tag

Feb 18th, 2025
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. add_action(
  2.     'wp_head',
  3.     function () {
  4.         ?>
  5.                 <!-- Add your Ads Header Script here -->
  6.  
  7.         <?php
  8.     }
  9. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement