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



recovery_email_debug_info › WordPress过滤钩子

Since5.3.0
已弃用n/a
apply_filters( 'recovery_email_debug_info', $this->get_debug( $extension )
参数:
  • (array) $message An associative array of debug information.
    Required: Yes
定义在:
文档:

Filters the debug information included in the fatal error protection email.





源码

$debug = apply_filters( 'recovery_email_debug_info', $this->get_debug( $extension ) );