Thread Starter
T.M.
(@tm-2)
It seems that WordPress is creating a new row in wp_term_taxonomy not for each custom taxonomy, but for each unique custom taxonomy term. The problem was in a completely different place.
Thread Starter
T.M.
(@tm-2)
I also use User Tags for WordPress plugin (https://ww.wp.xz.cn/plugins/user-tags/) to tag users with another taxonomy (representing positions they exercise in an NGO which I’m a member of) and there’s the same error: the plugin containing the taxonomy is not visible on site plugins screen (even though I can access the plugin via a menu it adds to site dashboard), the taxonomy is duplicated multiple times in wp_term_taxonomy (6 times by now), and querying database for users based on user taxonomy (via $wpdb->get_results()) sometimes fails.