Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: add_filter with activity content


JoeyDay
Participant

@joeyday

Okay, another question: how can I do the same thing with forum post content now?

I’ve tried:

add_filter('post_text','scripturize');

…and…

add_filter('get_post_text','scripturize');

…and…

add_filter('bp_forums_get_post','scripturize');

…and…

add_filter('bp_forums_get_post_text','scripturize');

…and none of these has worked. Suggestions?

Skip to toolbar