enable_gc_debug_mode_checks

最后更新于:2021-11-26 09:15:31

apply_filters( ‘enable_gc_debug_mode_checks’, bool $enable_debug_mode )

Filters whether to allow the debug mode check to occur.

参数

$enable_debug_mode

(bool)
Whether to enable debug mode checks to occur. Default true.

源文件

文件: gc-includes/load.php

View on Trac