Http::getReason()
Get the status message.
Return
(string)
Source
File: wp-includes/Requests/src/Exception/Http.php
public function getReason() {
return $this->reason;
}
Get the status message.
(string)
File: wp-includes/Requests/src/Exception/Http.php
public function getReason() {
return $this->reason;
}