Inventory_Presser_Taxonomy_Overlapper::hooks_remove_terms()
Removes the hooks from taxonomy term updates and removals.
Return Return
(void)
Source Source
File: includes/class-taxonomy-overlapper.php
protected function hooks_remove_terms() { remove_action( 'added_term_relationship', array( $this, 'term_relationship_updated' ), 10, 3 ); remove_action( 'deleted_term_relationships', array( $this, 'term_relationship_deleted' ), 10, 3 ); }
Expand full source codeCollapse full source codeView on Github