customize_panel_active

最后更新于:2021-11-26 04:06:00

apply_filters( ‘customize_panel_active’, bool $active, GC_Customize_Panel $panel )

Filters response of GC_Customize_Panel::active().

参数

$active

(bool)
Whether the Customizer panel is active.

$panel

(GC_Customize_Panel)
GC_Customize_Panel instance.

源文件

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

View on Trac