Hi,
I am using BuddyBoss Theme and BuddyBoss Platform Pro along with Directorist.
Is it possible to extend the functionality of the BuddyPress Profanity Filter to work with the Directorist plugin?
https://wordpress.org/plugins/directorist/
Thank you
CristiHi Cristi,
Thank you for the question.We don’t have experience with that plugin. Our plugin does offer an API to filter any content.
You can use the following method to get the filtered content
$filtered_content = bp_profanity_filter_get_parsed_content( "the content to be filtered" );
You may get help from the plugin’s support in using that function and filtering the content.
Regards
BrajeshHi,
Thank you for your reply and info.
I will contact the Directorist developer.
Regards
CristiThank you.
I hope they can use it to assist you.Regards
BrajeshHi,
They have managed to filter the content with your API.
One question.
Is it possible to use Profanity Filter without installing BuddyPress / BuddyBoss?
I would like to use it on another website with the Directorist Plugin only.
Thank you
Cristi
You must be logged in to reply to this topic.