2572* @since 2.9.02573* @since 4.4.0 The `$transient` parameter was added.2574*2575* @param mixed$value Value of site transient.2576* @param string$transient Transient name.2577*/2578returnapply_filters("site_transient_{$transient}",$value,$transient);2579}25802581/**2582* Sets/updates the value of a site transient.2583*2584* 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.