Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function custom_footer_javascript() {
- ?>
- <!-- add your script here -->
- <?php
- }
- add_action( 'wp_footer', 'custom_footer_javascript' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement