You could check the plugin files and see if the plugin author has registered an uninstall function with register_activation_hook
or if there is a uninstall.php
file in the plugin folder. I think the custom taxonomy and the terms should stay in your database, if the plugin doesn’t do any uninstalling. You can then register the custom taxonomy with your own function, using the same name, object type and args.
I think WordPress will give you an error, if you try to register a custom taxonomy with the same name that an active plugin uses to register a taxonomy.
Related Posts:
- Plugin to restrict non-admin user to existing tags
- How to add terms to a post depending on its title?
- Mixed unrelated taxonomy in permalink
- Advanced Custom Fields displaying on tag pages
- Preg Match All doesn’t Allow echo first character for WordPress Taxonomy Tags
- How do I get fresh post data in post_publish hook?
- How to Display Taxonomy Custom Meta Box Data in Archive Page?
- Enable users to change change and add taxonomies of posts
- How to set taxonomy in custom plugin?
- Individual testimonial taxonomy not displaying (white screen)
- How do I apply style to each category of a list?
- Redirect to another page using contact form 7? [closed]
- How to check if a taxonomy not exists in a plugin
- Taxonomy Drill-Down / Plugin Help – hierarchical queries within plugin?
- I receive taxonomy id
- How to get the get the select values created by ACF plugin in wordpress
- Categories from front-end, checkbox selection doesn’t work
- how to create hierachial taxonomy and manage under single post type?
- How to makes changes on the shop/category/tag pages but not on the product pages in woocommerce?
- Visual composer custom element error
- Exclude Tag Links from and Text
- Custom SportsPress list
- How can I display a list of only categories which are marked as ‘featured’ in the backend?
- Related post based on 2 categories
- Get custom term link archive with prefix
- “Tree view” for wp_dropdown_categories() markup
- Is a custom post type considred a plugin?
- Is there a way to combine categories and their hierarchy into the admin listing page?
- Visual Composer Data Source?
- jet engine listing for every single taxonomy in post type [closed]
- Failed to update a post when I add a taxonomy to it
- Order Posts Using Taxonomy Term Facetwp [closed]
- WordPress crashes with “The service is unavailable.” after trying to upgrade plugins
- Why Do I get “wp_remote-get: could not handle for fopen()”?
- help with my wordpress website
- Disable a plugin from ever upgrading?
- Implementing an “Email this” button?
- How to apply next/previous classes to LIs for pagination links?
- ‘Organize Series Plugin’ as muti author feature
- Custom post types – remove default post supports through empty array?
- Is there a specific term for Plugins that are specified in a WordPress Post using Comments?
- How to grab facebook page feed?
- Suggestions for Dressing up blog for the holidays
- Check if variable is set in filter
- Removing Automatic Redirects Without Plugin
- Basic gallery plugin suggestion [closed]
- Socialite WP plugin, unable to obtain API keys from FB
- XML parser plugin
- Prevent direct access to WordPress plugin assets?
- How to insert and call new data in wordpress website database through a plugin
- Choose which plugin to run based on user?
- Cannot get wpdb data (Error in a simple fuction) [closed]
- Finding the screen id of a page generated with add_menu_page
- WordPress custom taxonomy not showing
- Timber – Twig post.content returns null can’t create ACF Gutenberg blocks
- Any reason not to remove all default WP plugins?
- Modify wp_installed_email / wp_new_blog_notification
- How to create multiple users at once?
- Mass SQL WordPress Meta Key deletion
- Plugins ignored a line breaks or tag in the WordPress comment functions
- What exactly happens to function argument availability when using a filter?
- Determining when was the last time a plugin was activated
- Gathering and logging data from a plugin: how to do it without race conditions?
- Form that generates an ID for the customer
- How to get path or root of plugin folder, not file or dir?
- My WordPress site when down after installing a plugin and now all I get is a simple white screen [closed]
- How to pass the API key to the client from the database? [closed]
- Access a particular field in an array
- Notice: Uninitialized string offset: 0 in social sharing mu-plugin
- Override plugin styles via my custom theme
- Using ACF default value to autoincrement a number field
- Elementor: How to override global theme style settings? [closed]
- How to deploy gutenberg on my own [closed]
- Render Modula Plugin Shortcode On Ajax Request
- WPDB: Update table
- Shortcode to update user meta
- Add user role to generated plugin
- How to add CSS via custom plugin?
- Is there a way to get plugins and themes not built for multisite to work on a network subsite?
- }catch (ex){} showing in header [closed]
- How to prevent additional code in functions.php to be removed once there is an update?
- How to add custom table style for table block in gutenberg editor
- Update a core option from plugin settings page
- WordPress error: Options page Setting_ not found in the allowed options list
- Completely disabling password reset/recovery
- a href adds default URL with the given echo URL
- Why is my custom post type not being activated on plug-in activation?
- Disabling Wp_is_mobile from backend?
- One file for all translations
- Gutenberg Block Style CSS Class Is Not Applying on Backend
- Send admin an email when a user’s search has no results
- Plugins fail to update: Download failed. A valid URL was not provided
- How to check if my wordpress websiste is nulled or not?
- Plugin settings won’t save changes
- How to Loop Through all Posts and Count Attachments using Get Media Attachments
- What is the right way to show reusable content
- URLs Added to ACF Repeater Field are not working
- WordPress Users authentication with Java Application
- How do I automatically generate pages from a database?
- custom post type don’t appear in the home page