检索当前操作的名称。
原型
current_action()
返回值
(string)
钩子当前动作的名称。
源文件
路径:wp-includes/plugin.php
<?php
...
function current_action() {
return current_filter();
}
...
?>
其他
英文文档:https://developer.wordpress.org/reference/functions/current_action/
检索当前操作的名称。
current_action()
(string)
钩子当前动作的名称。
路径:wp-includes/plugin.php
<?php
...
function current_action() {
return current_filter();
}
...
?>
英文文档:https://developer.wordpress.org/reference/functions/current_action/
请在后台设置小工具!