Advertisement
arie_cristianD

add custom script on footer

Jun 24th, 2025
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. function custom_footer_javascript() {
  2.     ?>
  3. <!-- add your script here -->
  4.  
  5.     <?php
  6. }
  7.  
  8. add_action( 'wp_footer', 'custom_footer_javascript' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement