No longer delete the default term option in `unregister_taxonomy()` to improve database performance. Since taxonomies are registered at runtime and can't be unregistered unless they're already registered, prior to this change the option was created and deleted on each request. Deleting the option should occur on a one-time opperation such as plugin deactivation. Follow up to [48480]. Props dlh. Fixes #54472. Built from https://develop.svn.wordpress.org/trunk@53669 git-svn-id: http://core.svn.wordpress.org/trunk@53228 1a063a9b-81f0-0310-95a4-ce76da25c4cd
167 KiB
167 KiB