Widget_Event_Single_Legacy_Replacement::show_in_panel()
Show in panel.
Whether to show the widget in the panel or not. By default returns true.
Return
(bool) Whether to show the widget in the panel or not.
Source
File: src/Tribe/Integrations/Elementor/Widgets/Widget_Event_Single_Legacy_Replacement.php
public function show_in_panel() {
return false;
}
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |