On this page
do_action( 'setted_transient', string $transient, mixed $value, int $expiration )
Fires after the value for a transient has been set.
Parameters
$transientstring-
The name of the transient.
$valuemixed-
Transient value.
$expirationint-
Time until expiration in seconds.
Source
File: wp-includes/option.php. View all references
do_action( 'setted_transient', $transient, $value, $expiration );
Related
Used By
| Used By | Description |
|---|---|
| set_transient() wp-includes/option.php | Sets/updates the value of a transient. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/setted_transient