setted_site_transient WordPress Action Hook
The setted_site_transient hook is a hook that is called when a new site transient is set. It is used to set a new site transient.
do_action( 'setted_site_transient', string $transient , mixed $value , int $expiration ) #
Fires after the value for a site transient has been set.
Parameters
- $transient
(string)The name of the site transient.
- $value
(mixed)Site transient value.
- $expiration
(int)Time until expiration in seconds.
Source
File: wp-includes/option.php
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |