Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/option.php | apply_filters | 910 | /** * Filters an existing transient's value. * * The dynamic portion of the hook name, `$transient`, refers to the transient name. * * @since 2.8.0 * @since 4.4.0 The `$transient` parameter was added * * @param mixed $value Value of transient. * @param string $transient Transient name. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
mixed | $value | Value of transient. |
string | $transient | Transient name. |