MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/cafsindia/www/wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Stats_Counter.php
<?php
/**
 * Presets - Stats Counter
 *
 *  @package Stats Counter
 */

$array = array(
	'base'    => 'stat_counter', // shortcode base.
	'presets' => array( // presets array.
		// 1.
		array(
			'title'    => 'Counter With Icon Circle Background', // Title of preset.
			'default'  => false, // set true if if want to load this preset on newly created element.
			'settings' => array(
				'icon_type'           => 'selector',
				'icon'                => 'Defaults-group users',
				'icon_img'            => '',
				'img_width'           => '48',
				'icon_size'           => '60',
				'icon_color'          => '#db325c',
				'icon_style'          => 'advanced',
				'icon_color_bg'       => '#ffffff',
				'icon_color_border'   => '#db325c',
				'icon_border_style'   => 'solid',
				'icon_border_size'    => '5',
				'icon_border_radius'  => '90',
				'icon_border_spacing' => '120',
				'icon_link'           => '',
				'icon_animation'      => 'bounceIn',
				'counter_title'       => 'Users',
				'counter_value'       => '8642',
				'speed'               => '4',
				'font_size_title'     => '13',
				'font_size_counter'   => '30',
			),
		), // end of preset.
	),
);