wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



recovery_email_support_info › WordPress Filter Hooks

Seit5.2.0
Veraltetn/v
apply_filters( 'recovery_email_support_info', __( 'Please contact your host for assistance with investigating this issue further.' )
Parameter:
  • (string) $message The Message to include in the email.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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