Hooks::modify_edit_events_link()
Modify the link on the Administration Bar for Editing Events.
Return
(void)
Source
File: src/Tribe/Admin/Manager/Hooks.php
public function modify_edit_events_link() {
$this->container->make( Page::class )->modify_edit_events_link();
}
Changelog
| Version | Description |
|---|---|
| 5.9.0 | Introduced. |