Advertisement
GochiSiyan

script.

Oct 3rd, 2021
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. add_action('wp_footer', function () {
  2. ?>
  3. <script>
  4. //your scirpt here
  5. </script>
  6. <?php
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement