VaultPress::term_taxonomies_handler PHP Method

term_taxonomies_handler() public method

Handle Notifying VaultPress of term_taxonomy changes
public term_taxonomies_handler ( $tt_ids )
    function term_taxonomies_handler($tt_ids)
    {
        foreach ((array) $tt_ids as $tt_id) {
            $this->term_taxonomy_handler($tt_id);
        }
    }
VaultPress