i had toolset all installed and set up , on my site, waqar helped me setup a stream lined system on a duplicated site and i now want to delete toolset plugins from original site(i used an updated plugin on duplicated site).
how do i remove all traces of toolset from my site , plugins ,views,post types ,tables etc so there is NO trace left at all , i was surprised to not find this in knowledge base as i cant be the 1st or last to nee this....
Toolset creates native WordPress data.
1. You can delete all Custom Fields in Toolset > Custom Fields > Custom Fields Control. This will also delete their database entries
2. You can delete posts like you delete native posts or pages. One by one or checking many and pressing "delete" in the bulk actions. Then, later also delete the actual post type, to erase all trace
2. The same is valid for Taxonomies, as for #2 posts above
3. You should delete views, layouts, content Templates in their respective admin screens, you can as well check them all and trash > delete.
4. Forms can be deleted the same way as well
5. Access rules can be deleted and reset in Toolset > Settings > Access
6. Finally, the Maps plugin and Types plugin create custom database tables. Do you use Maps and Types?
In this case, to erase all trace, you also need to delete those database tables
For Types those are:
_toolset_post_guid_id
_toolset_associations
_toolset_relationships
_toolset_type_sets
For maps:
_toolset_maps_address_cache
This should be all. I suggest backing up the site before you proceed, in case anything goes wrong.
My issue is resolved now. Thank you Beda all went smoothly!