woocommerce_order_tax_totals is deprecated + fix
-
Здравей,
В текущата версия на плъгина v2.2.0 abovewp-bulgarian-eurozone.php (ред 336) се използва:
add_filter(‘woocommerce_order_tax_totals’, …)
Този филтър е deprecated от WooCommerce 3.0 и генерира warning в debug.log при всяка поръчка:
woocommerce_order_tax_totals is deprecated since version 3.0.0! Use woocommerce_order_get_tax_totals instead.
Моля заменете го с:
add_filter(‘woocommerce_order_get_tax_totals’, array($this, ‘add_eur_to_order_tax_totals’), 10, 2);
Благодаря!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.