Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. // --------------------------------------------------------------------------=--
  2. //! This adds a script to the footer
  3. // -----------------------------------------------------------------------------
  4. add_action('wp_footer', 'axial_footer_script');
  5. function axial_footer_script(){
  6. ?>
  7. <script type="text/javascript">ADD YOUR CODE HERE</script>
  8. <?php
  9. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement