/var/www/(Del)hsihk.com/wp-content/plugins/yith-woocommerce-wishlist/templates/share.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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_googleplus' ) == 'yes' || get_option'yith_wcwl_share_email' ) == 'yes') {
    
$share_url  $yith_wcwl->get_wishlist_url();
    
$share_url .= get_option'permalink-structure' ) != '' '&amp;user_id=' '?user_id=';
    
$share_url .= get_current_user_id();
    echo 
YITH_WCWL_UI::get_share_links$share_url );
}