wpseek.com
A WordPress-centric search engine for devs and theme authors



$hook › WordPress Action Hooks

Since2.1.0
Deprecatedn/a
do_action_ref_array( $hook, $v['args'] )
Parameters: (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
Defined at:
Codex:

Fires scheduled events.



Related Functions: wp_kses_hook


Source

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