Hooks::on_wp_head()
Fires when WordPress head is printed.
Source
File: src/Tribe/Views/V2/Hooks.php
public function on_wp_head() {
$this->container->make( Template\Page::class )->maybe_hijack_main_query();
}
Changelog
| Version | Description |
|---|---|
| 4.9.2 | Introduced. |