public function get_items_permissions_check( $request ) {
        $tax_obj = get_taxonomy( $this->taxonomy );
        if ( ! $tax_obj || ! $this->check_is_taxonomy_allowed( $this->taxonomy ) ) {
            return false;
        }