WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about recovery_email_debug_info

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-recovery-mode-email-service.php apply_filters 155 /**
* Filters the debug information included in the fatal error protection email.
*
* @since 5.3.0
*
* @param array $message An associative array of debug information.
*/

Hook Parameters

Parameter Type Name Description
array $message An associative array of debug information.