apply_filters( 'recovery_email_support_info', string $message )

Filters the support message sent with the the fatal error protection email.


Parameters

$message string
The Message to include in the email.

Top ↑

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.' ) );


Top ↑

Changelog

Changelog
Version Description
5.2.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.