_WP_Editors::__construct() private WP 1.0
{} It's a method of the class: _WP_Editors{}
This is an internal function for using it by WP core itself. It's not recommended to use this function in your code.
No Hooks.
Return
null
. Nothing.
Usage
// private - for code of main (parent) class only $result = $this->__construct();
Code of _WP_Editors::__construct() WP Editors:: construct WP 5.7.1
private function __construct() {}