Skip to content

Instantly share code, notes, and snippets.

@bordoni
Last active March 9, 2020 01:05
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/e8a231160caf671bc9e3eb680812accb to your computer and use it in GitHub Desktop.
Save bordoni/e8a231160caf671bc9e3eb680812accb to your computer and use it in GitHub Desktop.
Remove Datepicker for Day and List view
<?php
add_filter( 'tribe_template_html:events/v2/list/top-bar/datepicker', '__return_false' );
add_filter( 'tribe_template_html:events/v2/day/top-bar/datepicker', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment