I want to remove all the metaboxes added by unrelated plugins to my custom post type, is this possible ?
I know I can use the function remove_meta_box(), but then I'll just remove the ones I currently have, but if any other plugin adds a metabox later on I'll have to manually remove it.