Tribe__Tickets__REST__V1__Endpoints__Cart::can_edit()
{@inheritDoc}
Source
File: src/Tribe/REST/V1/Endpoints/Cart.php
public function can_edit() {
// Everyone can edit their own cart.
return true;
}
Changelog
| Version | Description |
|---|---|
| 4.11.0 | Introduced. |