• Resolved Gal Baras

    (@galbaras)


    error_log contains the following message repeatedly:

    woocommerce_add_order_item_meta is deprecated since version 3.0.0! Use woocommerce_new_order_item instead

    This is likely due to line 110 in classes/plugin.class.php:

    add_action ( 'woocommerce_add_order_item_meta', 'ppom_woocommerce_order_item_meta', 10, 3);

    This line should be replaced with:

    add_action ( 'woocommerce_new_order_item', 'ppom_woocommerce_order_item_meta', 10, 3);

    • This topic was modified 6 years, 2 months ago by Gal Baras. Reason: Typo
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Thanks for this, we have just updated our plugin and will release in next version.

    woocommerce_add_order_item_meta is deprecated since version 3.0.0! Use woocommerce_new_order_item instead.

    I am getting this error today. WordPress 5.0.3 woocommerce Version 3.5.3
    Is this the same issue?
    Thanks
    Jenny

    Hi Jenny,

    Yes and we have fixed this already, make sure you have latest PPOM plugin installed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘woocommerce_add_order_item_meta is deprecated since version 3.0.0!’ is closed to new replies.