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.

$email

The email we tried to send.


Top ↑

Source Source

File: bp-core/bp-core-functions.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.