Definition:
function wp_cache_init() {}
Sets up Object Cache Global and assigns it.
Source code
function wp_cache_init() {
$GLOBALS['wp_object_cache'] = new WP_Object_Cache();
}
3449
Definition:
function wp_cache_init() {}
function wp_cache_init() {
$GLOBALS['wp_object_cache'] = new WP_Object_Cache();
}
3449
No comments yet... Be the first to leave a reply!