apply_filters( ‘recovery_email_debug_info’, array $message )

In this article

Filters the debug information included in the fatal error protection email.

Parameters

$messagearray
An associative array of debug information.

Source

$debug = apply_filters( 'recovery_email_debug_info', $this->get_debug( $extension ) );

Changelog

VersionDescription
5.3.0Introduced.

User Contributed Notes

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