Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




remove_all_actions [ WordPress Function ]

remove_all_actions ( $tag, $priority = false )
Parameters:
  • (string) $tag The action to remove hooks from.
  • (int) $priority The priority number to remove them from.
Returns:
  • (bool) True when finished.
Defined at:



Remove all of the hooks from an action.

Source


<?php
function remove_all_actions($tag$priority false) {
    return 
remove_all_filters($tag$priority);
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics