1520* @since 4.4.0 The `$transient` parameter was added.1521*1522* @param mixed$valueNewvalue of transient.1523* @param int$expiration Time until expiration in seconds.1524* @param string$transient Transient name.1525*/1526$value=apply_filters("pre_set_transient_{$transient}",$value,$expiration,$transient);15271528/**1529* Filters the expiration for a transient before its value is set.1530*1531* The dynamic portion of the hook name,`$transient`, refers to the transient name.1532*
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.