get_full_block_name(), array( 'name' => 'without-price', 'label' => __( 'Hide Price', 'woocommerce' ), 'is_default' => true, ) ); register_block_style( $this->get_full_block_name(), array( 'name' => 'with-price', 'label' => __( 'Show Price', 'woocommerce' ), 'is_default' => false, ) ); } }