EDD_Session::set_cart_cookie( bool $set = true )
Set a cookie to identify whether the cart is empty or not
Description Description
This is for hosts and caching plugins to identify if caching should be disabled
Parameters Parameters
- $set
-
(Optional) Whether to set or destroy
Default value: true
Return Return
(void)
Source Source
File: includes/class-edd-session.php
Changelog Changelog
Version | Description |
---|---|
1.8 | Introduced. |