Created
March 1, 2022 18:30
-
-
Save skyshab/bc1944aee9c482bde98213cb242caa43 to your computer and use it in GitHub Desktop.
Remove "subscribe to calendar" dropdown from the main calendar page
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 | |
// Remove subscribe to calendar dropdown from main calendar page | |
add_filter( 'tribe_template_html:events/v2/components/subscribe-links/list', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment