wpseek.com
A WordPress-centric search engine for devs and theme authors



recovery_email_support_info › WordPress Filter Hooks

Since5.2.0
Deprecatedn/a
apply_filters( 'recovery_email_support_info', __( 'Please contact your host for assistance with investigating this issue further.' )
Parameters:
  • (string) $message The Message to include in the email.
    Required: Yes
Defined at:
Codex:

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





Source

$support = apply_filters( 'recovery_email_support_info', __( 'Please contact your host for assistance with investigating this issue further.' ) );