deprecated_hook_run
最后更新于:2021-11-26 07:28:20
do_action( ‘deprecated_hook_run’, string $hook, string $replacement, string $version, string $message )
Fires when a deprecated hook is called.
参数
- $hook
-
(string)
The hook that was called. - $replacement
-
(string)
The hook that should be used as a replacement. - $version
-
(string)
The version of GeChiUI that deprecated the argument used. - $message
-
(string)
A message regarding the change.
源文件
文件: gc-includes/functions.php