do_action( 'bp_send_email_failure', WP_Error $status, BP_Email $email )

Fires after BuddyPress has tried – and failed – to send an email.

Description

Parameters

$status

(WP_Error) 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

(BP_Email) The email we tried to send.

Source

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

Changelog

Changelog
Version Description
BuddyPress 2.5.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.