Find and replace a single word within bbpress topics and replies
-
I am trying to replace a brand name throughout my entire site using a php function and an add filter. Works great, but I cannot seem to get to the bbpress “content”. What I am trying to do is:
add_filter(‘the_content’, ‘replace_text’);
where “the content” includes a topic or a reply within bbpress. I have no idea what “the content” would be.
Any help would be appreciated
Kris
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.