Deprecated functions usage.

Issue #18 resolved
Former user created an issue

hi Tyler,

There is deprecated function usage on:

wp-content/plugins/slm-woocommerce-addon/woocommerce-on-completed-order.php on line 31 and 43,
these are using deprecated function : $product = $order->get_product_from_item( $item );

We can replace it with the new function: $product = $item->get_product();

First of all, thank you for putting this resource online. I am trying to build another addon on top of your addon. This new addon will provide the auto-updates to the "client plugins" if they have valid license. I want to share the code with you so that you may check it. Please tell me how i can share it with you?

my email id is: raoabid491[at]gmail[dot]com please contact me.

Comments (1)

  1. Log in to comment