wppaste
WordPress

apply_filters( 'customize_control_active', bool $active, WP_Customize_Control $control )

Since
4.0.0
Filters response of WP_Customize_Control::active().

Parameters

$activebool
Whether the Customizer control is active.
$controlWP_Customize_Control
WP_Customize_Control instance.

Fired at · 1

  • wp-includes/class-wp-customize-control.php:270WP_Customize_Control::active()

Source

		 *		 * @since 4.0.0		 *		 * @param bool                 $active  Whether the Customizer control is active.		 * @param WP_Customize_Control $control WP_Customize_Control instance.		 */		$active = apply_filters( 'customize_control_active', $active, $control ); 		return $active;	} 	/**	 * Default callback used when invoking WP_Customize_Control::active().

History

Introduced in 4.0.0. Unchanged from 6.7.7 through 7.1.0.

  1. 6.7.7
  2. 6.8.8
  3. 6.9.7
  4. 7.0.4
  5. 7.1.0

Signature, return type and hooks compared across 5 parsed releases.

About this page

Parsed data
Generated from the wordpress-develop 6.7.7 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.