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



wp_cache_init › WordPress Function

Seit2.0.0
Veraltetn/v
wp_cache_init ( Keine Parameter )
Definiert in:
Codex:

Sets up Object Cache Global and assigns it.



Quellcode

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