VaultPress::set_object_terms_handler PHP Method

set_object_terms_handler() public method

Handle Notifying VaultPress of term_relationship changes
public set_object_terms_handler ( $object_id, $terms, $tt_ids )
    function set_object_terms_handler($object_id, $terms, $tt_ids)
    {
        $this->term_relationships_handler($object_id, $tt_ids);
    }
VaultPress