Woocommerce 3.x deprecation woocommerce_order_tax_totals
-
Getting a deprecated hook notice with Woocommerce 3.2.6. Fix:
diff –git a/wp-content/plugins/woocommerce-qtranslate-x/qwc-front.php b/wp-content/plugins/woocommerce-qtranslate-x/qwc-front.php
— a/wp-content/plugins/woocommerce-qtranslate-x/qwc-front.php
+++ b/wp-content/plugins/woocommerce-qtranslate-x/qwc-front.php
@@ -41,7 +41,8 @@
‘woocommerce_gateway_icon’ => 20,
‘woocommerce_order_item_name’ => 20,
‘woocommerce_order_shipping_to_display’ => 20,
– ‘woocommerce_order_tax_totals’ => 20,
+ //’woocommerce_order_tax_totals’ => 20,
+ ‘woocommerce_order_get_tax_totals’ => 20,
‘woocommerce_product_title’ => 20,
‘woocommerce_rate_label’ => 20,
- The topic ‘Woocommerce 3.x deprecation woocommerce_order_tax_totals’ is closed to new replies.