Skip to content

One line of code to disable 'public message' profile buttons in BuddyPress

Notifications You must be signed in to change notification settings

shay1383/buddypress-disable-public-message

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

BuddyPress Disable Public Message

One line of code to disable 'public message' profile buttons in BuddyPress

If you are familiar with functions.php I suggest you to use the following line instead of using the plugin:

add_filter('bp_get_send_public_message_button', '__return_false');

If you are not familiar with functions.php, simply go to your WordPress Dashboard >> Plugins >> Add New >> Upload and then upload, install and activate the .zip file.

About

One line of code to disable 'public message' profile buttons in BuddyPress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages