type = 'comment'; $this->rest_base = 'comments'; parent::__construct(); } public function get_items( $request ) { $this->controller = new WP_REST_Comments_Controller; return parent::get_items( $request ); } } }