wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



get_date_template › WordPress Function

Od1.5.0
Przestarzałyn/a
get_date_template ( Brak parametrów )
Zobacz:
Powrót:
  • (string) Full path to date template file.
Zdefiniowane na:
Codex:

Retrieves path of date template in current or parent template.

The template hierarchy and template path are filterable via the {@see '$type_template_hierarchy'} and {@see '$type_template'} dynamic hooks, where $type is 'date'.


Źródło

function get_date_template() {
	return get_query_template( 'date' );
}