1579* @since 4.4.0 The `$transient` parameter was added.1580*1581* @param mixed$value Transient value.1582* @param int$expiration Time until expiration in seconds.1583* @param string$transient The name of the transient.1584*/1585do_action("set_transient_{$transient}",$value,$expiration,$transient);15861587/**1588* Fires after the value for a transient has been set.1589*1590* @since 3.0.01591* @since 3.6.0 The `$value`and`$expiration` parameters were added.
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.