WordPress:Function Reference/do action ref array

来自站长百科
Fludlen讨论 | 贡献2008年7月21日 (一) 15:49的版本
跳转至: 导航、​ 搜索

Description

描述

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

执行hooked on特定的action hook上的函数,将参数指定到一个数组中。 This function is identical to do_action, but the arguments passed to the functions hooked to $tag are supplied using an array. 这个函数与do_action相同,但是传递到hooked to $tag的函数的参数,通过数组,提供。

Parameters

参数

$tag
(string) The name of the action to be executed.
$args
(array) The arguments supplied to the functions hooked to $tag
$tag
(string) 执行的action的名称。
$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.

This page is [[WordPress::Category:Stubs|marked]] as incomplete. You can help Codex by expanding it.