wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_paged_template › WordPress Function

Seit1.5.0
Veraltet4.7.0
get_paged_template ( Keine Parameter )
Gibt zurück:
  • (string) Full path to paged template file.
Definiert in:
Codex:

Retrieve path of paged template in current or parent template.



Quellcode

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

	return get_query_template( 'paged' );
}