Controller::action_register_single_event_template()
Registers the Single Event template.
Source
File: src/Events/Editor/Full_Site/Controller.php
public function action_register_single_event_template() {
return $this->container->make( Single_Block_Template::class )->register();
}
Changelog
| Version | Description |
|---|---|
| 6.2.7 | Introduced. |