This helper function returns array of content types where WPBakery Page Builder editor is enabled.
<?php vc_editor_post_types(); ?>
Params
None.
Example
Get array of post types that are WPBakery Page Builder powered.
<?php var_dump( vc_editor_post_types() ); ?>