Inner APIvc_editor_post_types()On this pagevc_editor_post_types() This helper function returns array of content types where WPBakery Page Builder editor is enabled. <?php vc_editor_post_types(); ?> Parameters None. Example Get array of post types that are WPBakery Page Builder powered. <?phpvar_dump( vc_editor_post_types() );?>