bp_send_email_success, $status, $email
bp_send_email_success, $status, $email
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_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; } /**