Tagged: Public message
Hi!
Is there any way to remove the ability to send public messages in BuddyPress profiles, I would be very grateful. I wish it was only possible to send private messagesBest regards
Anders Hidman
SwedenHello Anders,
Thank you for asking. Please use the following code in your ‘bp-custom.php’ or ‘functions.php’ file of the active theme.
add_filter( 'bp_get_send_public_message_button', '__return_empty_array' );
Please do let me know if it works or not.
Regards
Ravi
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.
This topic is: resolved