WC_Cart::get_removed_cart_contents()
Return items removed from the cart.
Description Description
Return Return
(array)
Source Source
File: includes/class-wc-cart.php
public function get_removed_cart_contents() {
return (array) $this->removed_cart_contents;
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.2.0 | Introduced. |