wpseek.com
A WordPress-centric search engine for devs and theme authors



transient_{$transient} › WordPress Filter Hooks

Since4.4.0
Deprecatedn/a
apply_filters( "transient_{$transient}", $value, $transient )
Parameters: (2)
  • () value Value of transient.
    Required: Yes
  • () transient Transient name.
    Required: Yes
Defined at:
Codex:

Filters an existing transient's value.

The dynamic portion of the hook name, `$transient`, refers to the transient name.




Source

return apply_filters( "transient_{$transient}", $value, $transient );