1591* @since 3.6.0 The `$value`and`$expiration` parameters were added.1592*1593* @param string$transient The name of the transient.1594* @param mixed$value Transient value.1595* @param int$expiration Time until expiration in seconds.1596*/1597do_action('setted_transient',$transient,$value,$expiration);1598}15991600return$result;1601}16021603/**
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.