do_action( 'setted_transient', string $transient , mixed $value , int $expiration )
Fires after the value for a transient has been set.
Parameters
- $transient
-
The name of the transient.
- $value
-
Transient value.
- $expiration
-
Time until expiration in seconds.
Source
File: wp-includes/option.php
Changelog
Version | Description |
---|---|
3.6.0 | The $value and $expiration parameters were added. |
3.0.0 | Introduced. |