Skip to content

Instantly share code, notes, and snippets.

@bordoni
Last active February 27, 2020 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bordoni/236914b904646c0c274293274fb1f4cc to your computer and use it in GitHub Desktop.
Save bordoni/236914b904646c0c274293274fb1f4cc to your computer and use it in GitHub Desktop.
<?php
add_action( 'init', function() {
if ( ! is_tax() ) {
return;
}
if ( is_admin() ) {
return;
}
add_filter( 'tribe_query_can_inject_date_field', '__return_false', 25 );
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment