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



is_wp_error_instance › WordPress动作钩子

Since5.6.0
已弃用n/a
do_action( 'is_wp_error_instance', $thing )
参数:
  • (WP_Error) $thing The error object passed to `is_wp_error()`.
    Required: Yes
定义在:
文档:

Fires when `is_wp_error()` is called and its parameter is an instance of `WP_Error`.





源码

do_action( 'is_wp_error_instance', $thing );