Here’s your problem:
At some point when TaxoPress is initialized, it gathers a list of existing taxonomies and updates taxopress_external_taxonomies in the WP options table.
– I’m not sure when and where this happens, but I’d like to know.
But when those external taxonomies are deleted, TaxoPress doesn’t update the list taxopress_external_taxonomies.
– Since the event is external to TaxoPress, there needs to be a manual function on your side to refresh taxopress_external_taxonomies or somehow update it.
– I’m a little skittish about manually modifying the serialized data in taxopress_external_taxonomies.
Questions
1. Can you pls confirm that this assessment is correct?
2. Can you pls advise if there is an existing function to refresh taxopress_external_taxonomies?
3. If not, what is the recommended workaround, other than de-activating the taxonomy in TaxoPress (which doesn’t seem like a great idea, since I’m sure de-activating a external taxonomy that still exists in another plugin.