Hooks::add_admin_menu_items()

Adds the submenu to the Events section, which allows the page to be visited.

Contents


Source

File: src/Tribe/Admin/Manager/Hooks.php

	public function add_admin_menu_items() {
		$this->container->make( Page::class )->add_submenu_page();
	}

Top ↑

Changelog

Changelog
Version Description
5.9.0 Introduced.