add_filter( 'tribe-events-bar-filters', 'remove_search_from_bar', 1000, 1 ); function remove_search_from_bar( $filters ) { if ( isset( $filters['tribe-bar-date'] ) ) { unset( $filters['tribe-bar-date'] ); } return $filters; }

No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.