WP_REST_Font_Collections_Controller::__construct()publicWP 6.5.0

Constructor.

Method of the class: WP_REST_Font_Collections_Controller{}

No Hooks.

Return

null. Nothing (null).

Usage

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

Changelog

Since 6.5.0 Introduced.

WP_REST_Font_Collections_Controller::__construct() code WP 6.7.1

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