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



delete_transient_{$transient} › WordPress Action Hooks

Since3.0.0
Deprecatedn/a
do_action( "delete_transient_{$transient}", $transient )
Parameters:
  • (string) $transient Transient name.
    Required: Yes
Defined at:
Codex:

Fires immediately before a specific transient is deleted.

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





Source

do_action( "delete_transient_{$transient}", $transient );