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

Changelog
Version Description
WP-4.0.0 Introduced.