1483* @since 2.8.01484* @since 4.4.0 The `$transient` parameter was added1485*1486* @param mixed$value Value of transient.1487* @param string$transient Transient name.1488*/1489returnapply_filters("transient_{$transient}",$value,$transient);1490}14911492/**1493* Sets/updates the value of a transient.1494*1495* You do not need to serialize values.If the value needs to be serialized,
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.