On this page
do_action( "set_site_transient_{$transient}", mixed $value, int $expiration, string $transient )
Fires after the value for a specific site transient has been set.
Description
The dynamic portion of the hook name, $transient, refers to the transient name.
Parameters
$valuemixed-
Site transient value.
$expirationint-
Time until expiration in seconds.
$transientstring-
Transient name.
Source
File: wp-includes/option.php. View all references
do_action( "set_site_transient_{$transient}", $value, $expiration, $transient );
Related
Used By
| Used By | Description |
|---|---|
| set_site_transient() wp-includes/option.php | Sets/updates the value of a site transient. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/set_site_transient_transient