WordPress:Function Reference/do action ref array

来自站长百科
Xxf3325讨论 | 贡献2008年7月19日 (六) 15:10的版本 (新页面: == Description == Execute functions hooked on a specific action hook, specifying arguments in a array. This function is identical to do_action...)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航、​ 搜索

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 [[WordPress::Category:Stubs|marked]] as incomplete. You can help Codex by expanding it.