vc_editor_post_types()

⌘K
  1. Home
  2. Docs
  3. Inner API
  4. vc_editor_post_types()

vc_editor_post_types()

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() );
?>

 

Was this article helpful to you? No Yes 1