WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about setted_transient

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/option.php do_action 1022 /**
* Fires after the value for a transient has been set.
*
* @since 3.0.0
* @since 3.6.0 The `$value` and `$expiration` parameters were added.
*
* @param string $transient The name of the transient.
* @param mixed $value Transient value.
* @param int $expiration Time until expiration in seconds.
*/

Hook Parameters

Parameter Type Name Description
string $transient The name of the transient.
mixed $value Transient value.
int $expiration Time until expiration in seconds.