Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/option.php | do_action | 2079 | /** * Fires after the value for a site transient has been set. * * @since 3.0.0 * * @param string $transient The name of the site transient. * @param mixed $value Site transient value. * @param int $expiration Time until expiration in seconds. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $transient | The name of the site transient. |
mixed | $value | Site transient value. |
int | $expiration | Time until expiration in seconds. |