🌐 US-Proxy
class="wp-singular wp-parser-method-template-default single single-wp-parser-method postid-3749 wp-embed-responsive wp-theme-wporg-parent-2021 wp-child-theme-wporg-developer-2023">

WP_Object_Cache::__construct()

In this article

Sets up object properties.

Source

public function __construct() {
	$this->multisite   = is_multisite();
	$this->blog_prefix = $this->multisite ? get_current_blog_id() . ':' : '';
}

Changelog

VersionDescription
2.0.8Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.