Widget_Abstract::get_categories()
Gets the categories of the widget.
Return
(TribeEventsProIntegrationsElementorWidgetsarray<string>)
Source
File: src/Tribe/Integrations/Elementor/Widgets/Widget_Abstract.php
public function get_categories() {
return $this->widget_categories;
}
Changelog
| Version | Description |
|---|---|
| 5.4.0 | Introduced. |