Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. add_action( 'wp_head', function() {
  2. ?>
  3.  
  4. Place Script Here
  5.  
  6. <?php
  7. });
  8.  
  9.  
  10. //This script is for priority. The higher the number, the further down it loads.
  11. add_action( 'wp_head', function() {
  12. ?>
  13.  
  14. Place Script Here
  15.  
  16. <?php
  17. }, 999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement