Widget_Abstract::get_categories()

Gets the categories of the widget.


Return

(TribeEventsProIntegrationsElementorWidgetsarray<string>)


Top ↑

Source

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

	public function get_categories() {
		return $this->widget_categories;
	}

Top ↑

Changelog

Changelog
Version Description
5.4.0 Introduced.