Advertisement
BakerMan

Events today

Dec 4th, 2013
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. $today = date( 'Y-m-d' );
  2. $tomorrow = date( 'Y-m-d', strtotime( 'tomorrow' ) );
  3.  
  4. $events = tribe_get_events( array(
  5.     'eventDisplay' => 'custom',
  6.     'start_date' => $today,
  7.     'end_date' => $tomorrow
  8. ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement