Re: add_filter with activity content
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?