WP_REST_Block_Types_Controller::__construct() public WP 5.5.0
Constructor.
{} It's a method of the class: WP_REST_Block_Types_Controller{}
No Hooks.
Return
Null. Nothing.
Usage
$WP_REST_Block_Types_Controller = new WP_REST_Block_Types_Controller(); $WP_REST_Block_Types_Controller->__construct();
Changelog
Since 5.5.0 | Introduced. |
Code of WP_REST_Block_Types_Controller::__construct() WP REST Block Types Controller:: construct WP 5.6
public function __construct() {
$this->namespace = 'wp/v2';
$this->rest_base = 'block-types';
$this->block_registry = WP_Block_Type_Registry::get_instance();
$this->style_registry = WP_Block_Styles_Registry::get_instance();
}