Advertisement
BakerMan

TEC Logic to Detect Past Events

Dec 28th, 2012
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. if (strtotime( tribe_get_end_date(get_the_ID(), false, 'Y-m-d G:i') . $gmt_offset ) <= time() ) {
  2.     /* Event has passed! Take whatever action is appropriate */
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement