1511* @since 4.4.0 The `$transient` parameter was added.1512*1513* @param mixed$valueNewvalue of transient.1514* @param int$expiration Time until expiration in seconds.1515* @param string$transient Transient name.1516*/1517$value=apply_filters("pre_set_transient_{$transient}",$value,$expiration,$transient);15181519/**1520* Filters the expiration for a transient before its value is set.1521*1522* The dynamic portion of the hook name,`$transient`, refers to the transient name.1523*
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.