EDD_Session::set( string $key, int|string|array $value )
Set a session variable
Description Description
Parameters Parameters
- $key
-
(Required) Session key
- $value
-
(Required) Session variable
Return Return
(mixed) Session variable
Source Source
File: includes/class-edd-session.php
Changelog Changelog
Version | Description |
---|---|
1.5 | Introduced. |