Hooks::modify_edit_events_link()

Modify the link on the Administration Bar for Editing Events.


Return

(void)


Top ↑

Source

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

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

Top ↑

Changelog

Changelog
Version Description
5.9.0 Introduced.