Codex

Function Reference/do action ref array

Description

Execute functions hooked on a specific action hook, specifying arguments in a array.

This function is identical to do_action, but the arguments passed to the functions hooked to $tag are supplied using an array.

Parameters

$tag 
(string) The name of the action to be executed.
$args 
(array) The arguments supplied to the functions hooked to $tag

This page is marked as incomplete. You can help Codex by expanding it.