Filters the support message sent with the fatal error protection email.
$messagestringwp-includes/class-wp-recovery-mode-email-service.php:141WP_Recovery_Mode_Email_Service::send_recovery_mode_email() * Filters the support message sent with the fatal error protection email. * * @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 *Introduced in 5.2.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.