wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



set_transient_{$transient} › WordPress Action Hooks

Seit4.4.0
Veraltetn/v
do_action( "set_transient_{$transient}", $value, $expiration, $transient )
Parameter: (3)
  • (mixed) $value Transient value.
    Erforderlich: Ja
  • (int) $expiration Time until expiration in seconds.
    Erforderlich: Ja
  • (string) $transient The name of the transient.
    Erforderlich: Ja
Definiert in:
Codex:

Fires after the value for a specific transient has been set.

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





Quellcode

do_action( "set_transient_{$transient}", $value, $expiration, $transient );