MortgageNews_API::authorization_status_code()

Sets up the proper HTTP status code for authorization.


Return Return

(int) Status.


Top ↑

Source Source

File: mortgage-news-widget/inc/MortgageNews_API.php

	public function authorization_status_code() {

		$status = 401;

		return $status;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.