WordPress: Function Reference/did action:修订间差异

来自站长百科
跳转至: 导航、​ 搜索
(新页面: == Description == Returns the number times an action is fired. == Parameters == ; <tt>$tag</tt> : (''string'') The name of the action hook to check. == Return == (''int'') The number...)
 
无编辑摘要
第1行: 第1行:
== Description ==
== Description ==
== 描述==


Returns the number times an action is fired.
Returns the number times an action is fired.
返回action被fired的次数。
== Parameters ==


== Parameters ==
== 参数 ==


; <tt>$tag</tt> : (''string'') The name of the action hook to check.
; <tt>$tag</tt> : (''string'') The name of the action hook to check.
; <tt>$tag</tt> : (''string'') 需要确认的action hook名称。


== Return ==
== Return ==
== 返回 ==


(''int'') The number of times the given action hook, <tt>$tag</tt>, is fired.
(''int'') The number of times the given action hook, <tt>$tag</tt>, is fired.
 
给出的action hook的次数,<tt>$tag</tt>, is fired。
{{Stub}}
{{Stub}}
{{Stub}}

2008年7月21日 (一) 15:41的版本

Description

描述

Returns the number times an action is fired. 返回action被fired的次数。

Parameters

参数

$tag
(string) The name of the action hook to check.
$tag
(string) 需要确认的action hook名称。

Return

返回

(int) The number of times the given action hook, $tag, is fired. 给出的action hook的次数,$tag, is fired。

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.