WP_Object_Cache::__construct() In this article Table of ContentsSource Changelog ↑ Back to top Sets up object properties. Source public function __construct() { $this->multisite = is_multisite(); $this->blog_prefix = $this->multisite ? get_current_blog_id() . ':' : ''; } View all references View on Trac View on GitHub Changelog VersionDescription2.0.8Introduced. 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.