Controller::action_register_archive_template()

Registers the Events Archive template.

Contents


Source

File: src/Events/Editor/Full_Site/Controller.php

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

Top ↑

Changelog

Changelog
Version Description
5.14.2 Introduced.