I have a php script from WooCommerce that is trying to retrieving the active cart information per user session id.
I need to know in WooCommerce where this data is stored and generated.
Basically my main goal is to retrieve the active cart content and return them as php variables.
Any way to do this?