Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*Add Code In Head Tag*/
- add_action( 'wp_head', 'add_code_in_head_tag', 1);
- function add_code_in_head_tag () {
- /* Insert Code Here */
- ?>
- <script>
- alert('Page is loading...');
- </script>
- <?php
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement