An unidentified error has occurred when deleting a category
Your taxonomy registration in your example is showing this: function insurance_all_category(){ $labels = array( ‘name’ =>_x( ‘Insurance all category’, ‘taxonomy general name’ ), ‘singular_name’ => _x( ‘Category’, ‘taxonomy singular name’ ), ‘search_items’ => __( ‘Search Category’ ), ‘all_items’ => __( ‘All Categories’ ), ‘parent_item’ => __( ‘Parent Category’ ), ‘parent_item_colon’ => __( ‘Parent Category:’ ), … Read more