customize_control_active

最后更新于:2021-11-26 04:04:38

apply_filters( ‘customize_control_active’, bool $active, GC_Customize_Control $control )

Filters response of GC_Customize_Control::active().

参数

$active

(bool)
Whether the Customizer control is active.

$control

(GC_Customize_Control)
GC_Customize_Control instance.

源文件

文件: gc-includes/class-gc-customize-control.php

View on Trac