wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



get_paged_template › WordPress Function

Da1.5.0
Deprecato4.7.0
get_paged_template ( Nessun parametro )
Ritorna:
  • (string) Full path to paged template file.
Definito a:
Codex:

Retrieve path of paged template in current or parent template.



Sorgenti

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

	return get_query_template( 'paged' );
}