VaultPress::term_relationships_handler PHP Method

term_relationships_handler() public method

Handle Notifying VaultPress of term_relationship changes
public term_relationships_handler ( $object_id, $term_ids )
    function term_relationships_handler($object_id, $term_ids)
    {
        foreach ((array) $term_ids as $term_id) {
            $this->term_relationship_handler($object_id, $term_id);
        }
    }
VaultPress