customize_section_active

最后更新于:2021-11-26 04:09:59

apply_filters( ‘customize_section_active’, bool $active, GC_Customize_Section $section )

Filters response of GC_Customize_Section::active().

参数

$active

(bool)
Whether the Customizer section is active.

$section

(GC_Customize_Section)
GC_Customize_Section instance.

源文件

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

View on Trac