Hooks::maybe_delete_expired_products()
Delete expired cart items.
Source
File: src/Tickets/Commerce/Hooks.php
public function maybe_delete_expired_products() {
$this->container->make( Cart::class )->maybe_delete_expired_products();
}
Changelog
| Version | Description |
|---|---|
| 5.1.9 | Introduced. |