Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Add Script/Code to Head Tag */
- function add_code_to_head() {
- /** Your Script */
- ?>
- <!-- Your Script -->
- <?php
- }
- add_action( 'wp_head', 'add_code_to_head' );
- /* Add Script/Code to Body Tag */
- function add_code_to_body() {
- /** Your Script */
- ?>
- <!-- Your Script -->
- <?php
- }
- add_action( 'jnews_after_body', 'add_code_to_body', 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement