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



wp_cache_init › WordPress Function

Da2.0.0
Deprecaton/a
wp_cache_init ( Nessun parametro )
Definito a:
Codex:

Sets up Object Cache Global and assigns it.



Sorgenti

function wp_cache_init() {
	$GLOBALS['wp_object_cache'] = new WP_Object_Cache();
}