is_gc_error_instance

最后更新于:2021-11-27 02:32:32

do_action( ‘is_gc_error_instance’, GC_Error $thing )

Fires when is_gc_error() is called and its parameter is an instance of GC_Error.

参数

$thing

(GC_Error)
The error object passed to is_gc_error().

源文件

文件: gc-includes/load.php

View on Trac