Advertisement
Guest User

Untitled

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