WP_REST_Font_Collections_Controller::__construct()

In this article

Constructor.

Source

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

Changelog

VersionDescription
6.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.