VaultPress::term_taxonomy_handler PHP 메소드

term_taxonomy_handler() 공개 메소드

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