WpOrg\Requests
Response::__construct()
Constructor
Method of the class: Response{}
No Hooks.
Return
null
. Nothing (null).
Usage
$Response = new Response(); $Response->__construct();
Response::__construct() Response:: construct code WP 6.6.2
public function __construct() { $this->headers = new Headers(); $this->cookies = new Jar(); }