VaultPress::term_relationship_handler PHP Method

term_relationship_handler() public method

Handle Notifying VaultPress of term_relationship changes
public term_relationship_handler ( $object_id, $term_id )
    function term_relationship_handler($object_id, $term_id)
    {
        $this->add_ping('db', array('term_relationship' => array('object_id' => $object_id, 'term_taxonomy_id' => $term_id)));
    }
VaultPress