get_paged_template()

最后更新于:2021-11-26 10:48:13

get_paged_template()

Retrieve path of paged template in current or parent template.

响应

(string) Full path to paged template file.

源文件

文件: gc-includes/deprecated.php

function get_paged_template() {
	_deprecated_function( __FUNCTION__, '4.7.0' );

	return get_query_template( 'paged' );
}