wp_mail_failed

Advertisement

Summery Summery

Fires after a phpmailerException is caught.

Syntax Syntax

do_action( 'wp_mail_failed', WP_Error $error )

Parameters Parameters

$error

A WP_Error object with the phpmailerException message, and an array containing the mail recipient, subject, message, headers, and attachments.

Source Source

File: wp-includes/pluggable.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.

Advertisement

Leave a Reply