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