recovery_email_support_info, __( Please contact your host for assistance with investigating this issue further.
recovery_email_support_info, __( Please contact your host for assistance with investigating this issue further.
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('recovery_email_support_info, __( Please contact your host for assistance with investigating this issue further.') is found 1 times:
- /wp-includes/class-wp-recovery-mode-email-service.php line 141
* @since 5.2.0 * * @param string $message The Message to include in the email. */ $support = apply_filters( 'recovery_email_support_info', __( 'Please contact your host for assistance with investigating this issue further.' ) ); /** * Filters the debug information included in the fatal error protection email. * * @since 5.3.0 *