File "social-buttons.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/kapee-extensions/templates/shortcodes/social-buttons.php
File size: 391 bytes
MIME-type: text/x-php
Charset: utf-8

<?php 
/**
 * Social Button Template
 */
?>
<div class="<?php echo esc_attr($class);?>">
	<?php if( ! empty( $title ) ) { ?>
		<div class="section-heading">
			<h2><?php echo esc_html($title); ?></h2>
		</div>
	<?php }
	
	kapee_social_share(array('type'=>$social_type,'style' =>$social_style,'shape'=> $social_shape,'size' => $social_icon_size,'css_animation' => $css_animation));
	?>
</div>