Tribe__Template::get_template_current_hook_name()
Gets the hook name for the current template setup.
Return
(string) Hook name currently set on the class.
Source
File: src/Tribe/Template.php
public function get_template_current_hook_name() {
return $this->template_current_hook_name;
}
Changelog
| Version | Description |
|---|---|
| 4.12.1 | Introduced. |