@fitrighani
Active 11 years, 2 months ago
-
bp-help replied to the topic Profanity Filter! Any suggestions? in the forum Showcase 11 years, 6 months ago
@fitrighani
You must have entered something wrong because I have it working. On line 208 in wp-content-filter.php which is an empty line just add:
[Read more]
add_filter('bp_get_activity_action', 'pccf_filter');
add_filter('bp_get_activity_content_body', 'pccf_filter');
add_filter('bp_get_the_topic_title',…