2597* @since 2.9.02598* @since 4.4.0 The `$transient` parameter was added.2599*2600* @param mixed$value Value of site transient.2601* @param string$transient Transient name.2602*/2603returnapply_filters("site_transient_{$transient}",$value,$transient);2604}26052606/**2607* Sets/updates the value of a site transient.2608*2609* You do not need to serialize values.If the value needs to be serialized,
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.