View difference between Paste ID: Qf2cskRj and
SHOW: | | - or go back to the newest paste.
1-
1+
function redirect_email()
2
{
3
	return get_site_option( "admin_email" );
4
}
5
add_filter('bp_core_activation_signup_user_notification_to', 'redirect_email')