apply_filters( 'recovery_email_debug_info', array $message )

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


Parameters

$message array
An associative array of debug information.

Top ↑

Source

File: wp-includes/class-wp-recovery-mode-email-service.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
5.3.0 Introduced.

Top ↑

User Contributed Notes

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