Advertisement
BakerMan

Untitled

Feb 18th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. add_action( 'parse_query', 'limit_google_map_inclusion', 60 );
  2.  
  3. function limit_google_map_inclusion() {
  4.     if ( ! tribe_is_event() ) return;
  5.     wp_dequeue_script( 'script_handle' );
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement