remove actons and filters

REMOVE ACTIONS AND FILTERS VIA EXTERNAL CLASSES

REMOVE FILTER WordPress adds a hash (unique identifier) to the function name and saves it in the global $wp filter variable. This can be used to remove default functions from a filter hook and substitute them with anything else. The $callback and $priority arguments must correspond when the hook was added to delete it. This