WooCommerce: Get Cart Info (total, items, etc) from $cart Object
Just keep in mind that should you have the “$cart” object at your disposal, this is the exact same as “WC ()->cart” object, which you can call globally on any frontend section of your WooCommerce website. In a nutshell: $cart = WC ()->cart; 2. If you don’t have access to $cart