1588* @since 4.4.0 The `$transient` parameter was added.1589*1590* @param mixed$value Transient value.1591* @param int$expiration Time until expiration in seconds.1592* @param string$transient The name of the transient.1593*/1594do_action("set_transient_{$transient}",$value,$expiration,$transient);15951596/**1597* Fires after the value for a transient has been set.1598*1599* @since 6.8.01600*
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.