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