rayrutjes / wc-order-search-admin

💵 Search for WooCommerce orders in the admin at the speed of thought with Algolia.

Home Page:https://wordpress.org/plugins/wc-order-search-admin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated Woocommerce function

simkoG opened this issue · comments

Dear Developer,

Your plugin puts a warning message in the Wordpress' log file because of a deprecated Woocommerce function.

[11-Jan-2022 12:26:54 UTC] The WC_Abstract_Legacy_Order::get_product_from_item function is deprecated since version 4.4.0. Replace with $item->get_product().

$product = $order->get_product_from_item( $item );