wordpress / latest / hooks / setted_transient.html

do_action( 'setted_transient', string $transient, mixed $value, int $expiration )

Fires after the value for a transient has been set.

Parameters

$transient string
The name of the transient.
$value mixed
Transient value.
$expiration int
Time until expiration in seconds.

Source

File: wp-includes/option.php. View all references

do_action( 'setted_transient', $transient, $value, $expiration );

Used By

Used By Description

Changelog

Version Description
3.6.0 The $value and $expiration parameters were added.
3.0.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/setted_transient