wpseek.com
WordPress开发者和主题制作者的搜索引擎



get_paged_template › WordPress Function

Since1.5.0
已弃用4.7.0
get_paged_template ( 没有参数 )
返回:
  • (string) Full path to paged template file.
定义在:
文档:

Retrieve path of paged template in current or parent template.



源码

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

	return get_query_template( 'paged' );
}