[Resolved] Remove Group Email Notifications Screen
-
I am trying to remove the groups portion of BuddyPress’ email notifications screen. I tried the following code in bp-custom.php, but it doesn’t work:
function remove_groups_screen_notification_settings() { remove_action( 'bp_notification_settings', 'groups_screen_notification_settings' ); } add_action( 'bp_notification_settings', 'remove_groups_screen_notification_settings' );
Where am I going wrong?
Also, is there some way to change the text of the labels in the email notifications screen?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Resolved] Remove Group Email Notifications Screen’ is closed to new replies.