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



$hook › Hooks de Ações WordPress

Desde2.1.0
Obsoleton/a
do_action_ref_array( $hook, $v['args'] )
Parâmetros: (2)
  • (string) $hook Name of the hook that was scheduled to be fired.
    Required: Yes
  • (array) $args The arguments to be passed to the hook.
    Required: Yes
Definido em:
Codex:

Fires scheduled events.



Funções relacionadas: wp_kses_hook


Hooks relacionados: page_hook, auth_cookie, hooked_block

Fonte

do_action_ref_array( $hook, $v['args'] );