W3cubDocs

/WordPress

do_action( ‘setted_site_transient’, string $transient, mixed $value, int $expiration )

Fires after the value for a site transient has been set.

Parameters

$transientstring
The name of the site transient.
$valuemixed
Site transient value.
$expirationint
Time until expiration in seconds.

Source

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

Changelog

Version Description
3.0.0 Introduced.

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