WordPress:Function Reference/do action

来自站长百科
Xxf3325讨论 | 贡献2008年7月19日 (六) 15:07的版本 (新页面: == Description == Creates a hook for attaching actions via add_action. == Usage == %%% <?php do_action($tag, $arg = ''); ?> %%% == Paramete...)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航、​ 搜索

Description

Creates a hook for attaching actions via add_action.

Usage

%%% <?php do_action($tag, $arg = ); ?> %%%

Parameters

$tag
(string) The name of the hook you wish to create.
$arg
(string) The list of arguments this hook accepts.

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