这将仅删除产品页面上的“价格”和“添加到购物车”按钮
// Remove Price from the product page
remove_action( \'woocommerce_single_product_summary\', \'woocommerce_template_single_price\', 10 );
// Remove Add to cart form from the product page
remove_action( \'woocommerce_single_product_summary\', \'woocommerce_template_single_add_to_cart\', 30 );