wpseek.com
WordPress开发者和主题制作者的搜索引擎



recovery_email_support_info › WordPress过滤钩子

Since5.2.0
已弃用n/a
apply_filters( 'recovery_email_support_info', __( 'Please contact your host for assistance with investigating this issue further.' )
参数:
  • (string) $message The Message to include in the email.
    Required: Yes
定义在:
文档:

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





源码

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