woocommerce_order_item_legacy_tax_conversion
woocommerce_order_item_legacy_tax_conversion
Appears in: woocommerce.10.5.2, woocommerce.10.5.3, woocommerce.10.6.1, woocommerce.10.6.2, woocommerce.10.8.1, woocommerce.10.9.1, woocommerce.10.9.3
Hook Type: filter
Displaying hooks found in version: woocommerce.10.9.3apply_filters('woocommerce_order_item_legacy_tax_conversion') is found 1 times:
- /includes/class-wc-order-item.php line 743
Warning: Undefined array key 745 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 746 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 747 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 748 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* @param array $converted The converted tax data array. * @param float|string $value The original legacy scalar value. * @param WC_Order_Item $item The order item being processed. */ return apply_filters( 'woocommerce_order_item_legacy_tax_conversion', $converted, $value, $this ); } }