Skip to content

Instantly share code, notes, and snippets.

@erishel
erishel / hide-past-events.php
Created May 11, 2018 18:29
TEC - Hide past events
add_filter('tribe_events_pre_get_posts', 'filter_tribe_all_occurences', 100);
function filter_tribe_all_occurences ($wp_query) {
if ( !is_admin() ) {
$new_meta = array();
$today = new DateTime();
// Join with existing meta_query
### Begin System Info ###
** WORDPRESS DATA **
Multisite: No
SITE_URL: https://rishelsolutions.com/dev
HOME_URL: https://rishelsolutions.com/dev
WP Version: 4.9.5
Permalink: /%year%/%monthnum%/%day%/%postname%/
Cur Theme: Twenty Seventeen 1.4
Post Types: post, page, attachment, revision, nav_menu_item, custom_css, customize_changeset, oembed_cache, wp_block, tribe_venue, tribe_organizer, tribe_events, tribe-ea-record, deleted_event