Sets up Object Cache Global and assigns it.
Source
function wp_cache_init() {
$GLOBALS['wp_object_cache'] = new WP_Object_Cache();
}
Changuelog
| Versionen | Description |
|---|---|
| 2.0.0 | Introduced. |
Sets up Object Cache Global and assigns it.
function wp_cache_init() {
$GLOBALS['wp_object_cache'] = new WP_Object_Cache();
}
| Versionen | Description |
|---|---|
| 2.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.