deprecated_function_run

最后更新于:2021-11-26 07:22:20

do_action( ‘deprecated_function_run’, string $function, string $replacement, string $version )

Fires when a deprecated function is called.

参数

$function

(string)
The function that was called.

$replacement

(string)
The function that should have been called.

$version

(string)
The version of GeChiUI that deprecated the function.

源文件

文件: gc-includes/functions.php

View on Trac