remove_all_actions

Definition:
function remove_all_actions($tag, $priority = false) {}

Remove all of the hooks from an action.

Parameters

  • string $tag: The action to remove hooks from.
  • int $priority: The priority number to remove them from.

Return values

returns:True when finished.

Source code

function remove_all_actions($tag, $priority = false) {

	return remove_all_filters($tag, $priority);

}

2703

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: