Hook into / filter Comments RSS feed?
-
A lot of users leave personal details in comments to posts on my blog – emails, phone numbers. I want to replace this info with stubs in the comments RSS feed, but I don’t understand which filter I can use.
For the posts I can useadd_filter( 'the_excerpt_rss', 'plugin_replace_info' ); add_filter( 'the_content_feed', 'plugin_replace_info' );
But what should I use for the comments?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Hook into / filter Comments RSS feed?’ is closed to new replies.