Controller::action_register_single_event_template()

Registers the Single Event template.

Contents


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();
	}

Top ↑

Changelog

Changelog
Version Description
6.2.7 Introduced.