Templates::get_series_singular_path()

Returns the Series post type singular template path.


Return

(false|string) Either the Series post type singular template path, or false if it could not be found.


Top ↑

Source

File: src/Events_Pro/Custom_Tables/V1/Templates/Templates.php

	public function get_series_singular_path() {
		return $this->get_template_file( 'single-series' );
	}

Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.