wp_cache_init()
Sets up Object Cache Global and assigns it.
Source
File: wp-includes/cache.php
function wp_cache_init() { $GLOBALS['wp_object_cache'] = new WP_Object_Cache(); }
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_cache_init