Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Add Custom Script to End of Body Tag */
- function add_custom_script_to_end_of_body() {
- ?>
- <script>console.log('Place Your Script Here..')</script>
- <?php
- }
- add_action( 'wp_footer', 'add_custom_script_to_end_of_body', 99 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement