Skip to content

Instantly share code, notes, and snippets.

@ckpicker
Created May 27, 2014 13:11
Show Gist options
  • Select an option

  • Save ckpicker/f1e8428416636d4baa57 to your computer and use it in GitHub Desktop.

Select an option

Save ckpicker/f1e8428416636d4baa57 to your computer and use it in GitHub Desktop.
Events Calendar 3.5 // Disable Comments Feed for Single Events
// disable comment feeds for individual events
function disableEventsCommentsFeedLink( $for_comments ) {
if( tribe_is_event() )
return;
}
add_filter('post_comments_feed_link','disableEventsCommentsFeedLink');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment