Skip to content

Instantly share code, notes, and snippets.

@wp-kitten
Created October 15, 2015 20:06
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wp-kitten/61fbde74496df78f81e2 to your computer and use it in GitHub Desktop.
Save wp-kitten/61fbde74496df78f81e2 to your computer and use it in GitHub Desktop.
VC Params list
<?php
// v4.7.4
$vc_params_list = array(
// Default
'textfield',
'dropdown',
'textarea_html',
'checkbox',
'posttypes',
'taxonomies',
'taxomonies',
'exploded_textarea',
'textarea_raw_html',
'textarea_safe',
'textarea',
'attach_images',
'attach_image',
'widgetised_sidebars',
// Advanced
'colorpicker',
'loop',
'vc_link',
'options',
'sorted_list',
'css_editor',
'font_container',
'google_fonts',
'autocomplete',
'tab_id',
'href',
'params_preset',
'param_group',
'custom_markup',
'animation_style',
'iconpicker',
'el_id',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment