Fires after the value for a site transient has been set.
Parameters
$transient
string- The name of the site transient.
$value
mixed- Site transient value.
$expiration
int- Time until expiration in seconds.
Source
do_action( 'setted_site_transient', $transient, $value, $expiration );
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.