deprecated_file_included

最后更新于:2021-11-26 07:17:14

do_action( ‘deprecated_file_included’, string $file, string $replacement, string $version, string $message )

Fires when a deprecated file is called.

参数

$file

(string)
The file that was called.

$replacement

(string)
The file that should have been included based on ABSPATH.

$version

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

$message

(string)
A message regarding the change.

源文件

文件: gc-includes/functions.php

View on Trac