Tuesday, June 6, 2023

WordPress Knowledge Base
< All Topics
Print

How to disable BuddyPress Public Message Button

On one of my sites, I added the code below to my bp-custom.php file and that worked for me.
add_filter('bp_get_send_public_message_button', '__return_false');
I obtained this solution from the url below:

https://buddypress.org/support/topic/disable-public-message/

Table of Contents