1476* @since 2.8.01477* @since 4.4.0 The `$transient` parameter was added1478*1479* @param mixed$value Value of transient.1480* @param string$transient Transient name.1481*/1482returnapply_filters("transient_{$transient}",$value,$transient);1483}14841485/**1486* Sets/updates the value of a transient.1487*1488* 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.