current_action

函数


current_action ( No parameters )
返回值
  • (string) Hook name of the current action.
定义位置
  • wp-includes/plugin.php
    , line 637
引入
3.9.0
弃用

检索当前动作钩子的名称。

function current_action() {
	return current_filter();
}