I try all of code from google, but none of them works.
such as:
$items = WC()->cart->get_cart();
$product_id = end($items)['data']->post->ID;
For example,
shoes have two different colors: black and gray. I added black shoes, then gray shoes, I order black shoes in the end.
It should return black shoes's ID, but the code on the top will shows gray shoes's id.
I want last added product, not the last position product.