WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about site_transient_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/option.php apply_filters 1986 /**
* Filters the value of an existing site transient.
*
* The dynamic portion of the hook name, `$transient`, refers to the transient name.
*
* @since 2.9.0
* @since 4.4.0 The `$transient` parameter was added.
*
* @param mixed $value Value of site transient.
* @param string $transient Transient name.
*/

Hook Parameters

Parameter Type Name Description
mixed $value Value of site transient.
string $transient Transient name.