VaultPress::term_handler PHP Method

term_handler() public method

Handle Notifying VaultPress of term changes
public term_handler ( $term_id, $tt_id = null )
    function term_handler($term_id, $tt_id = null)
    {
        $this->add_ping('db', array('term' => $term_id));
        if ($tt_id) {
            $this->term_taxonomy_handler($tt_id);
        }
    }
VaultPress