2616* @since 2.9.02617* @since 4.4.0 The `$transient` parameter was added.2618*2619* @param mixed$value Value of site transient.2620* @param string$transient Transient name.2621*/2622returnapply_filters("site_transient_{$transient}",$value,$transient);2623}26242625/**2626* Sets/updates the value of a site transient.2627*2628* 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.