Guest User

Untitled

a guest
Apr 28th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. if( ! function_exists( 'videotube_add_page_level_ads_code' ) ){
  2.     function videotube_add_page_level_ads_code() {
  3.         ?>
  4.             <!-- Place the script here -->
  5.            
  6.            
  7.         <?php
  8.     }  
  9.     add_action( 'wp_head' , 'videotube_add_page_level_ads_code' );
  10. }
Advertisement
Add Comment
Please, Sign In to add comment