Summery Summery
Filters the expiration for a transient before its value is set.
Syntax Syntax
Description Description
The dynamic portion of the hook name, $transient
, refers to the transient name.
Parameters Parameters
- $expiration
-
Time until expiration in seconds. Use 0 for no expiration.
- $value
-
New value of transient.
- $transient
-
Transient name.
Source Source
File: wp-includes/option.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |