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



wp_set_template_globals › WordPress Function

Od6.5.0
Przestarzałyn/a
wp_set_template_globals ( Brak parametrów )
Zdefiniowane na:
Codex:

Set up the globals used for template loading.



Źródło

function wp_set_template_globals() {
	global $wp_stylesheet_path, $wp_template_path;

	$wp_stylesheet_path = get_stylesheet_directory();
	$wp_template_path   = get_template_directory();
}