Last active
March 9, 2020 01:05
-
-
Save bordoni/e8a231160caf671bc9e3eb680812accb to your computer and use it in GitHub Desktop.
Remove Datepicker for Day and List view
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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