Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $today = date('Y-m-d');
- $lastDayOfMonth = date('Y-m-d', strtotime('-1 second',strtotime('+1 month',strtotime(date('m').'/01/'.date('Y').' 00:00:00'))));
- $args = array(
- 'start_date' => $today,
- 'end_date'=> $lastDayOfMonth,
- 'eventDisplay' => 'all'
- );
- foreach (tribe_get_events($args) as $event)
- echo $event->post_title.' ';
Advertisement
Add Comment
Please, Sign In to add comment