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( 'set_site_transient', $transient, $value, $expiration );
Changelog
| Version | Description |
|---|---|
| 6.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.