wpseek.com
WordPress开发者和主题制作者的搜索引擎



$hook › WordPress动作钩子

Since2.1.0
已弃用n/a
do_action_ref_array( $hook, $v['args'] )
参数: (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
定义在:
文档:

Fires scheduled events.



Related Functions: wp_kses_hook


源码

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