bp_send_email_success, $status, $email

bp_send_email_success, $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_success, $status, $email') is found 1 times:

  • /bp-core/bp-core-functions.php line 3938
    		 *
    		 * @param bool     $status True if the email was sent successfully.
    		 * @param BP_Email $email  The email sent.
    		 */
    		do_action( 'bp_send_email_success', $status, $email );
    	}
    
    	return $status;
    }
    
    /**