bp_core_sent_blog_signup_email, bp_get_option( admin_email

bp_core_sent_blog_signup_email, bp_get_option( admin_email

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_core_sent_blog_signup_email, bp_get_option( admin_email') is found 1 times:

  • /bp-core/deprecated/2.5.php line 799
    		 * @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_blog_signup_email', bp_get_option( 'admin_email' ), $email_subject, $email_content, $tokens['domain'], $tokens['path'], $tokens['title'], $tokens['recipient.username'], $tokens['recipient.email'], $tokens['key_blog'], array() );
    
    	} elseif ( $email_type === 'friends-request' ) {
    		/**
    		 * Fires after the new friend request email is sent.
    		 *
    		 * @since 1.5.0