Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Activate new users? Only logged in users can create blogs…. but not disable new user registrations


r-a-y
Keymaster

@r-a-y

@dandelionweb


function my_redirect_activation_email()
{
return get_site_option( "admin_email" );
}
add_filter('bp_core_activation_signup_user_notification_to', 'my_redirect_activation_email');

Add this to wp-content/plugins/bp-custom.php or your theme’s functions.php file.

Skip to toolbar