do_action( 'bp_send_email_success', bool $status , BP_Email $email )
Fires after BuddyPress has successfully sent an email.
Description Description
Parameters Parameters
- $status
-
True if the email was sent successfully.
-
The email sent.
Source Source
File: bp-core/bp-core-functions.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |