首页 WordPress函数大全 remove_all_actions()

remove_all_actions()

2020-05-02 / 2281阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

remove_all_actions( string $tag, int|bool $priority = false )

删除动作中的所有挂钩。

描述

参数

$tag

(string)
(Required)
The action to remove hooks from.

$priority

(int|bool)
(Optional)
The priority number to remove them from.

Default value: false

返回

(true) True when finished.

大家谈论
    我的见解