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