get_search_template()

最后更新于:2021-11-27 00:08:37

get_search_template()

Retrieve path of search template in current or parent template.

响应

(string) Full path to search template file.

源文件

文件: gc-includes/template.php

function get_search_template() {
	return get_query_template( 'search' );
}