最新发布
WordPress教程:WooCommerce类别小工具中排除一个类别
WooCommerce类别小工具中排除一个类别 add_filter( 'woocommerce_product_categories_widget_args', 'woo_product_cat_w […]
WordPress教程:WooCommerce快速翻译字段
快速翻译字段 add_filter('gettext', 'translate_text'); add_filter('ngettext', 'translate_text'); function t […]
WordPress教程:WooCommerce每页/每行向上销售产品数
每页/每行向上销售产品数 remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_upsell_display' […]
WordPress教程:WooCommerce向管理员电子邮件添加付款方式
向管理员电子邮件添加付款方式 /** * WooCommerce Extra Feature * -------------------------- * * Add payment method t […]
WordPress教程:WooCommerce自定义添加到购物车消息
自定义添加到购物车消息 /** * Custom Add To Cart Messages * Add this to your theme functions.php file **/ add_fi […]
WordPress教程:WooCommerce添加自定义费用到购物车
添加自定义费用到购物车 /** * WooCommerce Extra Feature * -------------------------- * * Add custom fee to cart […]