Hi - I have a list of events in a custom PHP template showing fine as follows:
$EM_Events = EM_Events::get( array('scope'=>'future', 'orderby'=>'event_start_date') );
Is there a way I can add a filter to that based on post_date? I want to only list events that were actually added to the system in the past week, for example.
Thanks for any advice!