get_front_page_template

Definition:
function get_front_page_template() {}

Retrieve path of front-page template in current or parent template.
Looks for ‘front-page.php’.

Source code

function get_front_page_template() {

	$templates = array('front-page.php');



	return get_query_template( 'front_page', $templates );

}

1400

No comments yet... Be the first to leave a reply!

Leave a comment