wpseek.com
A WordPress-centric search engine for devs and theme authors



get_paged_template › WordPress Function

Since1.5.0
Deprecated4.7.0
get_paged_template ( No parameters )
Returns:
  • (string) Full path to paged template file.
Defined at:
Codex:

Retrieve path of paged template in current or parent template.



Source

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

	return get_query_template( 'paged' );
}