Template::get_not_found_template()
Returns the absolute path to the view “not found” template file.
Return
(string) The absolute path to the Views "not found" template.
Source
File: src/Tribe/Views/V2/Template.php
public function get_not_found_template() {
return parent::get_template_file( 'not-found' );
}
Changelog
| Version | Description |
|---|---|
| 4.9.2 | Introduced. |