do_action( 'bp_send_email_failure', WP_Error $status , BP_Email $email )
Fires after BuddyPress has tried – and failed – to send an email.
Description Description
Parameters Parameters
- $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.
-
The email we tried to send.
Source Source
File: bp-core/bp-core-functions.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |