Codex

Function Reference/remove all actions

Contents

Description

Remove all of the hooks from an action.

Usage

<?php remove_all_actions$tag$priority ?>

Parameters

$tag
(string) (required) The action to remove hooks from.
Default: None
$priority
(integer) (optional) The priority number to remove them from.
Default: false

Return Values

(boolean) 
True when finished.

Examples

Notes

Change Log

Since: 2.7

Source File

remove_all_actions() is located in wp-includes/plugin.php.

Related

Actions: has_action(), add_action(), do_action(), do_action_ref_array(), did_action(), remove_action(), remove_all_actions()

See also index of Function Reference and index of Template Tags.