????JFIF??x?x????'
Server IP : 104.21.64.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/eaabusiness.com/wp-content/themes/globeco/vc/theme_shortcodes/ |
Upload File : |
<?php // Map Shortcode in Visual Composer global $cws_theme_funcs; vc_map( array( "name" => esc_html__( 'CWS Spacing', 'globeco' ), "base" => "cws_sc_spacing", 'category' => "By CWS", "icon" => "cws_icon", "weight" => 80, "params" => array( array( "type" => "textfield", "heading" => esc_html__("Height", "globeco"), "param_name" => "height", "description" => esc_html__("Enter empty space height", "globeco"), "value" => "32px", 'save_always' => true, 'admin_label' => true, ), array( 'type' => 'checkbox', 'heading' => esc_html__( 'Set Responsive Empty Space Height', 'globeco' ), 'param_name' => 'responsive_es', ), array( 'type' => 'textfield', 'heading' => esc_html__('Height for small Desktops', 'globeco'), 'param_name' => 'height_size_sm_desctop', 'description' => esc_html__( 'Enter height in pixels.', 'globeco' ), 'edit_field_class' => 'vc_col-sm-6', 'dependency' => array( 'element' => 'responsive_es', "value" => "true" ), ), array( 'type' => 'textfield', 'heading' => esc_html__('Height for Tablets', 'globeco'), 'param_name' => 'height_tablet', 'description' => esc_html__( 'Enter height in pixels.', 'globeco' ), 'edit_field_class' => 'vc_col-sm-6', 'dependency' => array( 'element' => 'responsive_es', "value" => "true" ), ), array( 'type' => 'textfield', 'heading' => esc_html__('Height for Mobile', 'globeco'), 'param_name' => 'height_mobile', 'description' => esc_html__( 'Enter height in pixels.', 'globeco' ), 'edit_field_class' => 'vc_col-sm-6', 'dependency' => array( 'element' => 'responsive_es', "value" => "true" ), ), ) )); if ( class_exists( 'WPBakeryShortCode' ) ) { class WPBakeryShortCode_CWS_Sc_Spacing extends WPBakeryShortCode { } } ?>