recovery_email_debug_info

过滤钩子


apply_filters( 'recovery_email_debug_info', $this->get_debug( $extension )
参数
  • (array)
    $message
    An associative array of debug information.
    Required:
定义位置
  • wp-includes/class-wp-recovery-mode-email-service.php
    , line 155
引入
5.3.0
弃用

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

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