bp_send_email_failure, $status, $email

bp_send_email_failure, $status, $email

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_send_email_failure, $status, $email') is found 1 times:

  • /bp-core/bp-core-functions.php line 3926
    		 * @param WP_Error $status A WP_Error object describing why the email failed to send. The contents
    		 *                         will vary based on the email delivery class you are using.
    		 * @param BP_Email $email  The email we tried to send.
    		 */
    		do_action( 'bp_send_email_failure', $status, $email );
    
    	} else {
    
    		/**
    		 * Fires after BuddyPress has successfully sent an email.
    		 *