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