Meta Box
Support Forum
Support › MB Custom Post Type › get CPTs created with MB Custom Post Type
Hi, is there a way to get the CPTs created in Backend only via this extensiion?
Hello,
I don't understand the question clearly. Can you please give me more details? Do you want to manage other CPTs by Meta Box CPT plugin?
Hi Peter, i have multiple cpts, some of them are automatically created with other plugins (e.g. contact form 7).
When i run
get_post_types(['_builtin' => false], 'object');
i got, among others:
mb-post-type and mb-taxonomy as post objects
Yes, other mb- post types are created by Meta Box. We save field groups, settings page, relationships ... as posts of a post type. What is the issue in this case?
mb-
there is no issue, i just want to know if there is any possibility to get the post types created exclusively with this plugin