Hey guys,
I hope this makes sense. I have a plugin that registers a custom post type. This custom post type only supports "title" and then has a few custom meta boxes added for specific content. This all works great, but if the user has other plugins installed that add metaboxes to post edit pages, those get added to my custom post type edit page as well and I'm hoping there is a way to prevent that from happening?
For example, one of the big ones is the Wordpress SEO plugin - adds a metabox, adds content to the publish box, and adds a slew of columns to the "view all" page. None of this is needed for my specific custom post type.
Any ideas? Is something like this possible?