WP_Widget_Form_Customize_Control::active_callback()

Whether the current widget is rendered on the page.

Return

(bool) Whether the widget is rendered.

Source

File: wp-includes/customize/class-wp-widget-form-customize-control.php

public function active_callback() {
		return $this->manager->widgets->is_widget_rendered( $this->widget_id );
	}

Changelog

Version Description
4.0.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_widget_form_customize_control/active_callback