get_items_permissions_check( $request ); } public function register_endpoints() { $this->register_endpoint( new Recent_Posts( $this ) ); } protected function register_index_endpoint() { // Bypass, currently does not required. } }