mercredi 15 avril 2015

Woocommerce: which hook to use instead of deprecated "woocommerce_add_order_item_meta"

Need to add custom meta to order items. Googled it and most articles says to use "woocommerce_add_order_item_meta" hook. This hook is deprecated in the newest version 2.3.7. Someone, please tell me which hook to use instead.


http://ift.tt/1yunDVQ


1 commentaire:

  1. Hello Yassine.

    I am furious against Woocommerce and its contempt for developers.

    The do_action of the hook is located in woocommerce/includes/
    class-wc-checkout.php
    and gets fired, but the callback function gets only the first parameter instead of the three expected.

    Where did you see that it was deprecated? I found no note about that. I am using WC 2.3.9.

    Have you had any ways to find an alternative hook?

    Thanks,

    Charles

    RépondreSupprimer