wp_insert_term( 'New Category', // the term 'product_cat', // the taxonomy array( 'description'=> 'Category description', 'slug' => 'new-category' ) );