Controller::action_register_archive_template()
Registers the Events Archive template.
Source
File: src/Events/Editor/Full_Site/Controller.php
public function action_register_archive_template() {
return $this->container->make( Archive_Block_Template::class )->register();
}
Changelog
| Version | Description |
|---|---|
| 5.14.2 | Introduced. |