wp_cache_init()
Sets up Object Cache Global and assigns it.
Description Description
Source Source
File: wp-includes/cache.php
function wp_cache_init() { $GLOBALS['wp_object_cache'] = new WP_Object_Cache(); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |