VaultPress::term_taxonomies_handler PHP Метод

term_taxonomies_handler() публичный Метод

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