wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



setted_transient › Hooks de Ações WordPress

Desde3.6.0
Obsoleton/a
do_action( 'setted_transient', $transient, $value, $expiration )
Parâmetros: (3)
  • (string) $transient The name of the transient.
    Required: Yes
  • (mixed) $value Transient value.
    Required: Yes
  • (int) $expiration Time until expiration in seconds.
    Required: Yes
Definido em:
Codex:

Fires after the value for a transient has been set.





Fonte

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