WP_Screen::__construct()privateWP 3.3.0

Constructor

Method of the class: WP_Screen{}

No Hooks.

Return

null. Nothing (null).

Usage

// private - for code of main (parent) class only
$result = $this->__construct();

Changelog

Since 3.3.0 Introduced.

WP_Screen::__construct() code WP 6.5.2

private function __construct() {}