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

In this article

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

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

Changelog

VersionDescription
6.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.