On this page
apply_filters( 'recovery_email_support_info', string $message )
Filters the support message sent with the the fatal error protection email.
Parameters
$messagestring-
The Message to include in the email.
Source
File: wp-includes/class-wp-recovery-mode-email-service.php. View all references
$support = apply_filters( 'recovery_email_support_info', __( 'Please contact your host for assistance with investigating this issue further.' ) );
Related
Used By
| Used By | Description |
|---|---|
| WP_Recovery_Mode_Email_Service::send_recovery_mode_email() wp-includes/class-wp-recovery-mode-email-service.php | Sends the Recovery Mode email to the site admin email address. |
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/recovery_email_support_info