MortgageNews_API::authorization_status_code()
Sets up the proper HTTP status code for authorization.
Return Return
(int) Status.
Source Source
File: mortgage-news-widget/inc/MortgageNews_API.php
public function authorization_status_code() {
$status = 401;
return $status;
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |