wp_cache_init() In this article Table of ContentsSource Changelog ↑ Back to top Sets up Object Cache Global and assigns it. Source function wp_cache_init() { $GLOBALS['wp_object_cache'] = new WP_Object_Cache(); } View all references View on Trac View on GitHub Changelog VersionDescription2.0.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.