Church-Plugins / cp-library

GNU General Public License v2.0
0 stars 0 forks source link

Update Podcast Feed to set is_comment_feed to FALSE #78

Closed tannerm closed 9 months ago

tannerm commented 1 year ago

The Disable Comments plugin runs a filter on template_redirect (priority level 9) and if is_comment_feed() returns true, it kills the request. We need to update the query before this point to set is_comment_feed = false if we are in a podcast feed.

jjroley commented 1 year ago

@tannerm made a PR for this #81

jjroley commented 9 months ago

Addressed in #81