WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about recovery_email_support_info

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-recovery-mode-email-service.php apply_filters 146 /**
* Filters the support message sent with the the fatal error protection email.
*
* @since 5.2.0
*
* @param string $message The Message to include in the email.
*/

Hook Parameters

Parameter Type Name Description
string $message The Message to include in the email.