hi i get some error from wp. log is
Notice: id was called incorrectly. Product properties should not be accessed directly
https://wordpress.org/support/topic/product-properties-should-not-be-accessed-directly-2/
so i tried with reference to the corresponding url.
change code $product->get_name();
It was changed to the above code and operated normally. But after yesterday's Woocommerce update, the code no longer worked.
Does anyone have a good idea?