芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/www/wp-content/plugins/woocommerce/src/Blocks/BlockTypes/CheckoutActionsBlock.php
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, ) ); } }