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



$hook › WordPress Action Hooks

Seit2.1.0
Veraltetn/v
do_action_ref_array( $hook, $v['args'] )
Parameter: (2)
  • (string) $hook Name of the hook that was scheduled to be fired.
    Erforderlich: Ja
  • (array) $args The arguments to be passed to the hook.
    Erforderlich: Ja
Definiert in:
Codex:

Fires scheduled events.



Ähnliche Funktionen: wp_kses_hook


Quellcode

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