Skip to content

Instantly share code, notes, and snippets.

@skyshab
Created March 1, 2022 18:30
Show Gist options
  • Save skyshab/bc1944aee9c482bde98213cb242caa43 to your computer and use it in GitHub Desktop.
Save skyshab/bc1944aee9c482bde98213cb242caa43 to your computer and use it in GitHub Desktop.
Remove "subscribe to calendar" dropdown from the main calendar page
<?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