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.


Top ↑

Source

File: src/Tribe/Integrations/Elementor/Widgets/Widget_Event_Single_Legacy_Replacement.php

	public function show_in_panel() {
		return false;
	}

Top ↑

Changelog

Changelog
Version Description
1.0.0 Introduced.