EDD_Cart::remove( int $key )

Remove from cart


Description Description


Parameters Parameters

$key

(Required) Cart key to remove. This key is the numerical index of the item contained within the cart array.


Top ↑

Return Return

(array) Updated cart contents


Top ↑

Source Source

File: includes/cart/class-edd-cart.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.7 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.