GhostManSec
Server: Apache
System: Linux webm019.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: exhehbu (1008962)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/e/x/h/exhehbu/www/wp-content/themes/revolution/vc_templates/thb_share.php
<?php function thb_share( $atts, $content = null ) {
	$atts = vc_map_get_attributes( 'thb_share', $atts );
	extract( $atts );
	ob_start();
	$sharing_type_override = array();
	if ( $facebook ) {
		array_push( $sharing_type_override, 'facebook' );
	}
	if ( $twitter ) {
		array_push( $sharing_type_override, 'twitter' );
	}
	if ( $pinterest ) {
		array_push( $sharing_type_override, 'pinterest' );
	}
	if ( $linkedin ) {
		array_push( $sharing_type_override, 'linkedin' );
	}
	if ( $vkontakte ) {
		array_push( $sharing_type_override, 'vkontakte' );
	}
	if ( $whatsapp ) {
		array_push( $sharing_type_override, 'whatsapp' );
	}
	if ( $facebook_messenger ) {
		array_push( $sharing_type_override, 'facebook-messenger' );
	}
	if ( $email ) {
		array_push( $sharing_type_override, 'email' );
	}
	do_action( 'thb_portfolio_share', $text, $sharing_type_override, $thb_alignment, $style );

	$out = ob_get_clean();
	return $out;
}
thb_add_short( 'thb_share', 'thb_share' );