To explain it better: I created a taxonomy with a reserved slug (“status”). I would like to revert this action without broking everything.
Should be able to just delete the taxonomy from the CPTUI settings and hopefully everything would fall back into place.
Is that not the case right now?
I tried on my staging website, but it break everything:/
So the current status is, that you registered the taxonomy with CPTUI, it broke stuff, you deleted the taxonomy from CPTUI settings, and things are still broke afterwards?
Just in case, were you trying any other taxonomy registration beforehand without CPTUI that may have been forgotten about, but attempting with the same slugs?
Also a slight long shot, but maybe delete any terms that got created for your version of the status taxonomy.
1. I created “status” taxonomy
2. It broke the WP rest api (when publishing from the rest api the “status” is for publish, draft, private etc.)
3. I tried to delete the taxonomy
4. It broke the entire site
I am not using any other plugin for taxonomy registration.
I delete every registration made for that taxonomy.
Not sure what to suggest at this point especially if every trace of a “status” taxonomy has been removed from CPTUI’s settings and whatnot. It’s extremely odd that things are still lingering afterwards, if not even more dire of a situation. I would think the removal of the extra registration would have things fall back into place afterwards.
Just for my knowledge, especially if I try to recreate in some way locally, in what ways is “it broke the entire site” ? Like white screen? Issues with creating posts of any type? If yes what errors specifically? stuff like that.
Looking at https://developer.ww.wp.xz.cn/reference/functions/register_taxonomy/#reserved-terms, “status” is a reserved slug so as part of this all, CPTUI should mark ti as a disallowed value.
It should, but it doesn’t actually… I created it
It seems like the css are not anymore linked correctly
got any public links I could look at for that part?
did this ever get resolved in the end @riccardolinares ?