Skip to content

Instantly share code, notes, and snippets.

@prajwal-stha
Created June 29, 2016 11:14
Show Gist options
  • Save prajwal-stha/57b35e7366ec460b61e1e20ec04a6eca to your computer and use it in GitHub Desktop.
Save prajwal-stha/57b35e7366ec460b61e1e20ec04a6eca to your computer and use it in GitHub Desktop.
vc_map(
array(
"name" => esc_html__('Contact Info', 'danfe'),
"base" => 'danfe_display_contact_info',
"category" => esc_html__('Danfe', 'danfe'),
"params" => array(
array(
'type' => 'iconpicker',
'heading' => esc_html__('Icons', 'danfe'),
'param_name' => 'icons',
'value' => '',
'description' => esc_html__('Icons', 'danfe'),
'settings' => array(
'emptyIcon' => false, // default true, display an "EMPTY" icon
'type' => 'linea',
'iconsPerPage' => 200, // default 100, how many icons per/page to display
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment