WpOrg\Requests

Requests::__construct()privateWP 1.0

This is a static class, do not instantiate it

Метод класса: Requests{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

// private - только в коде основоного (родительского) класса
$result = $this->__construct();

Код Requests::__construct() WP 6.5.2

private function __construct() {}