Modify automatically generation of slug when term is created
You will have bugs like this. because you are not sanitizing the title with sanitize_title(). And you are not checking for duplications with wp_unique_term_slug() Bugs tests: Add spaces in the name and see the slug with spaces. After you add the sanitize_title() add term with comma 5,5 add term with space 5 5 results with … Read more