Summery Summery
Switches the internal blog ID.
Syntax Syntax
Description Description
This changes the blog ID used to create keys in blog specific groups.
Parameters Parameters
- $blog_id
-
(Required) Blog ID.
Source Source
File: wp-includes/class-wp-object-cache.php
public function stats() { echo '<p>'; echo "<strong>Cache Hits:</strong> {$this->cache_hits}<br />"; echo "<strong>Cache Misses:</strong> {$this->cache_misses}<br />";
Advertisement
Changelog Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |