WP_REST_Font_Collections_Controller::__construct
Constructor.
Метод класса: WP_REST_Font_Collections_Controller{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$WP_REST_Font_Collections_Controller = new WP_REST_Font_Collections_Controller(); $WP_REST_Font_Collections_Controller->__construct();
Список изменений
| С версии 6.5.0 | Введена. |
Код WP_REST_Font_Collections_Controller::__construct() WP REST Font Collections Controller:: construct WP 6.9
public function __construct() {
$this->rest_base = 'font-collections';
$this->namespace = 'wp/v2';
}