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