wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



$hook › Les Actions WordPress

Depuis2.1.0
Dépréciéen/a
do_action_ref_array( $hook, $v['args'] )
Paramètres: (2)
  • (string) $hook Name of the hook that was scheduled to be fired.
    Requis: Oui
  • (array) $args The arguments to be passed to the hook.
    Requis: Oui
Défini(e) dans:
Codex:

Fires scheduled events.



Fonctions en relation: wp_kses_hook


Hooks en relation: page_hook, auth_cookie, hooked_block

Source

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