Must slugs be unique?
In wp_unique_term_slug(): The $slug has to be unique global to every taxonomy, meaning that one taxonomy term can’t have a matching slug with another taxonomy term. Each slug has to be globally unique for every taxonomy. In wp_unique_post_slug(): @param string $post_status no uniqueness checks are made if the post is still draft or pending […] … Read more