Hooks::ajax_get_events()
Creates the select2 event dropdown for widgets.
Return
(string) The HTML to display.
Source
File: src/Tribe/Views/V2/Widgets/Hooks.php
public function ajax_get_events() {
return $this->container->make( Ajax::class )->get_events();
}
Changelog
| Version | Description |
|---|---|
| 5.3.0 | Introduced. |