get_404_template()

最后更新于:2021-11-26 04:10:41

get_404_template()

Retrieve path of 404 template in current or parent template.

响应

(string) Full path to 404 template file.

源文件

文件: gc-includes/template.php

function get_404_template() {
	return get_query_template( '404' );
}