bp_core_sent_user_signup_email, bp_get_option( admin_email
bp_core_sent_user_signup_email, bp_get_option( admin_email
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_core_sent_user_signup_email, bp_get_option( admin_email') is found 1 times:
- /bp-core/deprecated/2.5.php line 778
* @param string $recipient_email The user's email address. * @param string $key The activation key created in wpmu_signup_blog(). * @param array $meta Removed in 2.5; now an empty array. */ do_action( 'bp_core_sent_user_signup_email', bp_get_option( 'admin_email' ), $email_subject, $email_content, $tokens['recipient.username'], $tokens['recipient.email'], $tokens['key'], array() ); } } elseif ( $email_type === 'core-user-registration-with-blog' ) { /** * Fires after the sending of the notification to new users for successful registration with blog. *