WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about customize_section_active

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-customize-section.php apply_filters 211 /**
* Filters response of WP_Customize_Section::active().
*
* @since 4.1.0
*
* @param bool $active Whether the Customizer section is active.
* @param WP_Customize_Section $section WP_Customize_Section instance.
*/

Hook Parameters

Parameter Type Name Description
bool $active Whether the Customizer section is active.
WP_Customize_Section $section WP_Customize_Section instance.