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



wp_set_template_globals › WordPress Function

Da6.5.0
Deprecaton/a
wp_set_template_globals ( Nessun parametro )
Definito a:
Codex:

Set up the globals used for template loading.



Sorgenti

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

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