最新发布
WordPress教程:WooCommerce更改电子邮件主题行
更改电子邮件主题行 /* * Subject filters: * woocommerce_email_subject_new_order * woocommerce_email_subject_cu […]
WordPress教程:WooCommerce创建优惠券程序
创建优惠券程序 $coupon_code = 'UNIQUECODE'; https:// Code $amount = '10'; https:// Amount $discount_type = […]
WordPress教程:WooCommerce设置结账时“state”字段非必填
设置结账时“state”字段非必填 /** * WooCommerce Extra Feature * -------------------------- * * Make "state" fiel […]
WordPress教程:WooCommerce当免费送货可用时隐藏所有其他运送方式
当免费送货可用时隐藏所有其他运送方式 https:// Hide ALL shipping options when free shipping is available add_filter( 'w […]
WordPress教程:WooCommerce替换“Free!”产品字符串
替换“Free!”产品字符串 /** * WooCommerce Extra Feature * -------------------------- * * Replace "Free!" by a […]
WordPress教程:WooCommerce限制运输的国家列表
限制运输的国家列表 /** * WooCommerce Extra Feature * -------------------------- * * Restrict shipping countri […]