VaultPress::term_taxonomy_handler PHP Method

term_taxonomy_handler() public method

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