deprecated_function_trigger_error

最后更新于:2021-11-26 07:25:23

apply_filters( ‘deprecated_function_trigger_error’, bool $trigger )

Filters whether to trigger an error for deprecated functions.

参数

$trigger

(bool)
Whether to trigger the error for deprecated functions. Default true.

源文件

文件: gc-includes/functions.php

View on Trac