get_date_template()

最后更新于:2021-11-26 09:05:00

get_date_template()

Retrieve path of date template in current or parent template.

响应

(string) Full path to date template file.

源文件

文件: gc-includes/template.php

function get_date_template() {
	return get_query_template( 'date' );
}