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.


Top ↑

Source

File: src/Tribe/Views/V2/Template.php

	public function get_not_found_template() {
		return parent::get_template_file( 'not-found' );
	}

Top ↑

Changelog

Changelog
Version Description
4.9.2 Introduced.