Skip to:
Content
Pages
Categories
Search
Top
Bottom

Alter RSS feed content with Plugin


  • jezza101
    Participant

    @jezza101

    I am adding some content using the bbp_get_reply_content filter and this is working great.

    add_filter(‘bbp_get_reply_content’, ‘my_filter’, 100, 2);

    However I do not want this content to appear in the forum RSS feed. Is there a way I can filter the feed? If I can edit the feed content I can just find/replace to remove text.

    I tried the WP filter:

    add_filter(‘the_content_rss’, ‘my_filter’, 1000);

    But this doesn’t seem to have any impact?

    Or is there another way to do this?

    (bbpress 2+)

  • You must be logged in to reply to this topic.
Skip to toolbar