Inventory_Presser_Taxonomy_Overlapper::hooks_add()
hooks_add
Description Description
Adds hooks to catch updates to meta values and term relationships.
Return Return
(void)
Source Source
File: includes/class-taxonomy-overlapper.php
add_action( 'invp_taxonomy_overlapper_deleted_meta', array( $this, 'check_for_remaining_term_relationship' ), 11, 2 ); } /** * When certain post meta fields like make & model are updated, also * maintain terms in taxonomies to make filtering vehicles easy. *
Expand full source codeCollapse full source codeView on Github