deprecated_argument_trigger_error

最后更新于:2021-11-26 07:08:15

apply_filters( ‘deprecated_argument_trigger_error’, bool $trigger )

Filters whether to trigger an error for deprecated arguments.

参数

$trigger

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

源文件

文件: gc-includes/functions.php

View on Trac