1485* @since 2.8.01486* @since 4.4.0 The `$transient` parameter was added1487*1488* @param mixed$value Value of transient.1489* @param string$transient Transient name.1490*/1491returnapply_filters("transient_{$transient}",$value,$transient);1492}14931494/**1495* Sets/updates the value of a transient.1496*1497* 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.