Requests_Exception_HTTP::getReason() WordPress Method
The getReason() method is used to get the reason for an HTTP error. This is useful for debugging purposes.
Requests_Exception_HTTP::getReason() #
Get the status message
Contents
Source
File: wp-includes/Requests/Exception/HTTP.php
public function getReason() { return $this->reason; }
Expand full source codeCollapse full source codeView on TracView on GitHub