Advertisement
BakerMan

Event Category Conditional

Sep 27th, 2012
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. // Check if the current event belongs to category $id
  2. if ( has_term ( $id, TribeEvents::TAXONOMY, get_the_ID() ) ) {
  3.     /* Do something... */
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement