WP_REST_Font_Collections_Controller::__construct
Constructor.
Method of the class: WP_REST_Font_Collections_Controller{}
No Hooks.
Returns
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() WP REST Font Collections Controller:: construct code WP 6.8.3
public function __construct() {
$this->rest_base = 'font-collections';
$this->namespace = 'wp/v2';
}