Is there a way to filter events upon loading the admin page (/wp-admin/admin.php?page=espresso_events). We have hundreds of classes and would like see Upcoming events when we initially go to the page. Yes it works to apply the Status filter, but the filter doesn’t “stick” next time.
I looked into the code Event_Admin_list_table.class.php, and it looks like we maybe able to modify this? (I’m aware it’s not recommended)
protected function _get_table_filters() {
return array(); //no filters with decaf
}
Chang yourdomain.com to your site and check that it lists the opcoming events, then create a bookmark for that page and use that bookmark each time you want to view those events.
Viewing 1 reply thread
The support post ‘Admin view of Events set an initial filter’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.