File: /home/dermova/www/india/wp-content/themes/ri-colias/woocommerce/share.php
<?php
/**
* Share template
*
* @author Your Inspiration Themes
* @package YITH WooCommerce Wishlist
* @version 1.1.5
*/
global $yith_wcwl;
/*if( get_option( 'yith_wcwl_share_fb' ) == 'yes' || get_option( 'yith_wcwl_share_twitter' ) == 'yes' || get_option( 'yith_wcwl_share_pinterest' ) == 'yes' || get_option( 'yith_wcwl_share_email' ) == 'yes') {
$share_url = $yith_wcwl->get_wishlist_url();
$share_url .= get_option( 'permalink-structure' ) != '' ? '&user_id=' : '?user_id=';
$share_url .= get_current_user_id();
echo YITH_WCWL_UI::get_share_links( $share_url );
}*/
global $rit_settings;
if (!$rit_settings['page-share']) {
?>
<div class="page-share wishlist-share">
<h3><i class="fa fa-share"></i><?php esc_html_e('Share on', 'ri-colias') ?></h3>
<?php get_template_part('share') ?>
</div>
<?php
}