deprecated_constructor_run
最后更新于:2021-11-26 07:11:31
do_action( ‘deprecated_constructor_run’, string $class, string $version, string $parent_class )
Fires when a deprecated constructor is called.
参数
- $class
-
(string)
The class containing the deprecated constructor. - $version
-
(string)
The version of GeChiUI that deprecated the function. - $parent_class
-
(string)
The parent class calling the deprecated constructor.
源文件
文件: gc-includes/functions.php