BuddyPress-Registration-Options icon indicating copy to clipboard operation
BuddyPress-Registration-Options copied to clipboard

Hide messages UI for moderated users

Open tw2113 opened this issue 5 years ago • 0 comments

Inside bp_registration_hide_ui() we can add this:

bp_core_remove_nav_item( 'messages' );

It'll just give a 404 for the messages area.

tw2113 avatar Sep 23 '20 20:09 tw2113