WP_Object_Cache::__construct()
Sets up object properties.
Метод класса: WP_Object_Cache{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WP_Object_Cache = new WP_Object_Cache(); $WP_Object_Cache->__construct();
Список изменений
С версии 2.0.8 | Введена. |
Код WP_Object_Cache::__construct() WP Object Cache:: construct WP 6.7.1
public function __construct() { $this->multisite = is_multisite(); $this->blog_prefix = $this->multisite ? get_current_blog_id() . ':' : ''; }