wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



setted_transient › Działania WordPress Hooks

Od3.6.0
Przestarzałyn/a
do_action( 'setted_transient', $transient, $value, $expiration )
Parametry: (3)
  • (string) $transient The name of the transient.
    Wymagane: Tak
  • (mixed) $value Transient value.
    Wymagane: Tak
  • (int) $expiration Time until expiration in seconds.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Fires after the value for a transient has been set.





Źródło

do_action( 'setted_transient', $transient, $value, $expiration );