Controller::action_register_archive_template()

Registers the Events Archive template.

Contents


Source

File: src/Events/Blocks/Controller.php

	public function action_register_archive_template() {
		return $this->container->make( Archive_Block_Template::class )->register();
	}

Top ↑

Changelog

Changelog
Version Description
6.2.7 Introduced.