WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about customize_control_active

Back to home

Files

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

Hook Parameters

Parameter Type Name Description
bool $active Whether the Customizer control is active.
WP_Customize_Control $control WP_Customize_Control instance.