WP_REST_View_Config_Controller::__constructpublicWP 7.1.0

Constructor.

Method of the class: WP_REST_View_Config_Controller{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WP_REST_View_Config_Controller = new WP_REST_View_Config_Controller();
$WP_REST_View_Config_Controller->__construct();

Changelog

Since 7.1.0 Introduced.

WP_REST_View_Config_Controller::__construct() code WP 7.1

public function __construct() {
	$this->namespace = 'wp/v2';
	$this->rest_base = 'view-config';
}