WP_Widget_Form_Customize_Control::active_callback()
Whether the current widget is rendered on the page.
Description Description
Return Return
(bool) Whether the widget is rendered.
Source 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 ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |