wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



recovery_email_support_info › Hooks de Filtros WordPress

Desde5.2.0
Obsoleton/a
apply_filters( 'recovery_email_support_info', __( 'Please contact your host for assistance with investigating this issue further.' )
Parâmetros:
  • (string) $message The Message to include in the email.
    Required: Yes
Definido em:
Codex:

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





Fonte

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