Skip to content

Instantly share code, notes, and snippets.

@markbosky
Created April 12, 2022 21:05
Show Gist options
  • Save markbosky/7185c695592a6f2edc1b2e84d70655db to your computer and use it in GitHub Desktop.
Save markbosky/7185c695592a6f2edc1b2e84d70655db to your computer and use it in GitHub Desktop.
WordPress - The Events Calendar - Remove "subscribe to calendar" dropdown from the main calendar page and widget
<?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