ID); } } } function remove_all_categories() { foreach (get_all_category_ids() as $id) { wp_delete_category($id); } } }