Advertisement
jesseeproductions

The Events Calendar - Community Events Conditional

Sep 3rd, 2014
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. * Run on Community Events Pages Only
  2. * @3.7
  3. */
  4. add_action( 'wp_head', 'evensts_run_on_community_pages' );
  5. function evensts_run_on_community_pages( $query ) {
  6. if ( tribe_is_community_my_events_page() || tribe_is_community_edit_event_page() ) {
  7. /*add coding here */
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement