????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; $first_color = $cws_theme_funcs->cws_get_option( 'theme-first-color' ); $font_options = $cws_theme_funcs->cws_get_option( 'body-font' ); $font_color = $font_options['color']; $icon_params = cws_ext_icon_vc_sc_config_params(); $params = cws_ext_merge_arrs( array( array( array( "type" => "textfield", "heading" => esc_html__( 'Post Count', 'globeco' ), "param_name" => "number", "value" => "4" ), array( "type" => "textfield", "heading" => esc_html__( 'Posts per slide', 'globeco' ), "param_name" => "visible_number", "value" => "2" ), array( "type" => "checkbox", "param_name" => "customize_colors", "value" => array( esc_html__( 'Customize Colors', 'globeco' ) => true ) ), array( "type" => "colorpicker", "heading" => esc_html__( 'Font Color', 'globeco' ), "param_name" => "custom_font_color", "dependency" => array( "element" => "customize_colors", "not_empty" => true ), "value" => $font_color ), array( "type" => "colorpicker", "heading" => esc_html__( 'Featured Color', 'globeco' ), "param_name" => "custom_featured_color", "dependency" => array( "element" => "customize_colors", "not_empty" => true ), "value" => $first_color ), array( "type" => "textfield", "heading" => esc_html__( 'Extra class name', 'globeco' ), "description" => esc_html__( 'If you wish to style particular content element differently, then use this field to add a class name and then refer to it in your css file.', 'globeco' ), "param_name" => "el_class", "value" => "" ) ) )); vc_map( array( "name" => esc_html__( 'CWS Twitter', 'globeco' ), "base" => "cws_sc_twitter", 'category' => "By CWS", "icon" => "cws_icon", "weight" => 80, "params" => $params )); if ( class_exists( 'WPBakeryShortCode' ) ) { class WPBakeryShortCode_CWS_Sc_Twitter extends WPBakeryShortCode { } } ?>