| Server IP : 68.178.247.200 / Your IP : 216.73.217.50 Web Server : Apache System : Linux p3plzcpnl489463.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 User : x9dppmxs4rgd ( 8559391) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/x9dppmxs4rgd/www/wp-content/plugins/js_composer/config/social/ |
Upload File : |
<?php
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}
return array(
'name' => __( 'Google+ Button', 'js_composer' ),
'base' => 'vc_googleplus',
'icon' => 'icon-wpb-application-plus',
'category' => __( 'Social', 'js_composer' ),
'description' => __( 'Recommend on Google', 'js_composer' ),
'params' => array(
array(
'type' => 'dropdown',
'heading' => __( 'Button size', 'js_composer' ),
'param_name' => 'type',
'admin_label' => true,
'value' => array(
__( 'Standard', 'js_composer' ) => 'standard',
__( 'Small', 'js_composer' ) => 'small',
__( 'Medium', 'js_composer' ) => 'medium',
__( 'Tall', 'js_composer' ) => 'tall',
),
'description' => __( 'Select button size.', 'js_composer' ),
),
array(
'type' => 'dropdown',
'heading' => __( 'Annotation', 'js_composer' ),
'param_name' => 'annotation',
'admin_label' => true,
'value' => array(
__( 'Bubble', 'js_composer' ) => 'bubble',
__( 'Inline', 'js_composer' ) => 'inline',
__( 'None', 'js_composer' ) => 'none',
),
'std' => 'bubble',
'description' => __( 'Select type of annotation.', 'js_composer' ),
),
array(
'type' => 'textfield',
'heading' => __( 'Width', 'js_composer' ),
'param_name' => 'widget_width',
'dependency' => array(
'element' => 'annotation',
'value' => array( 'inline' ),
),
'description' => __( 'Minimum width of 120px to display. If annotation is set to "inline", this parameter sets the width in pixels to use for button and its inline annotation. Default width is 450px.', 'js_composer' ),
),
vc_map_add_css_animation(),
array(
'type' => 'el_id',
'heading' => __( 'Element ID', 'js_composer' ),
'param_name' => 'el_id',
'description' => sprintf( __( 'Enter element ID (Note: make sure it is unique and valid according to <a href="%s" target="_blank">w3c specification</a>).', 'js_composer' ), 'http://www.w3schools.com/tags/att_global_id.asp' ),
),
array(
'type' => 'textfield',
'heading' => __( 'Extra class name', 'js_composer' ),
'param_name' => 'el_class',
'description' => __( 'Style particular content element differently - add a class name and refer to it in custom CSS.', 'js_composer' ),
),
array(
'type' => 'css_editor',
'heading' => __( 'CSS box', 'js_composer' ),
'param_name' => 'css',
'group' => __( 'Design Options', 'js_composer' ),
),
),
);