current_action()

最后更新于:2021-11-25 22:32:12

current_action()

Retrieves the name of the current action hook.

响应

(string) Hook name of the current action.

源文件

文件: gc-includes/plugin.php

function current_action() {
	return current_filter();
}