You appear to be a bot. Output may be restricted
Description
Return the read-only cache expiration value.
Usage
$int = WP_Session::cache_expiration();
Parameters
Returns
int
Source
File name: easy-digital-downloads/includes/libraries/class-wp-session.php
Lines:
1 to 3 of 3
public function cache_expiration() { return $this->expires; }