Created
May 27, 2014 13:11
-
-
Save ckpicker/f1e8428416636d4baa57 to your computer and use it in GitHub Desktop.
Events Calendar 3.5 // Disable Comments Feed for Single Events
This file contains hidden or 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
| // 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