PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/newperfumeshop.kerihosting.com/wp-content/themes/f/flatsome/woocommerce/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : //home/trave494/newperfumeshop.kerihosting.com/wp-content/themes/f/flatsome/woocommerce/share.php |
<?php /** * Share template * * @author Your Inspiration Themes * @package YITH WooCommerce Wishlist * @version 2.0.13 */ if ( ! defined( 'YITH_WCWL' ) ) { exit; } // Exit if accessed directly $classes = get_flatsome_icon_class( get_theme_mod( 'social_icons_style', 'outline' ) ); $classes = $classes . ' tooltip'; ?> <div class="yith-wcwl-share social-icons share-icons share-row relative"> <span class="share-icons-title"><?php echo $share_title ?></span> <?php if ( $share_facebook_enabled ) : ?> <a target="_blank" rel="noopener noreferrer nofollow" class="facebook <?php echo $classes; ?>" href="http://www.facebook.com/sharer.php?u=<?php echo urlencode( $share_link_url ) ?>&p[title]=<?php echo $share_link_title ?>" title="<?php _e( 'Facebook', 'yith-woocommerce-wishlist' ) ?>"><i class="icon-facebook"></i></a> <?php endif; ?> <?php if ( $share_twitter_enabled ) : ?> <a target="_blank" rel="noopener noreferrer nofollow" class="twitter <?php echo $classes; ?>" href="https://twitter.com/share?url=<?php echo $share_link_url ?>&text=<?php echo $share_twitter_summary ?>" title="<?php _e( 'Twitter', 'yith-woocommerce-wishlist' ) ?>"><i class="icon-twitter"></i></a> <?php endif; ?> <?php if ( $share_pinterest_enabled ) : ?> <a target="_blank" rel="noopener noreferrer nofollow" class="pinterest <?php echo $classes; ?>" href="http://pinterest.com/pin/create/button/?url=<?php echo $share_link_url ?>&description=<?php echo $share_summary ?>&media=<?php echo $share_image_url ?>" title="<?php _e( 'Pinterest', 'yith-woocommerce-wishlist' ) ?>" onclick="window.open(this.href); return false;"><i class="icon-pinterest"></i></a> <?php endif; ?> <?php if ( $share_email_enabled ) : ?> <a class="email <?php echo $classes; ?>" rel="nofollow" href="mailto:?subject=<?php echo urlencode( apply_filters( 'yith_wcwl_email_share_subject', __( 'I wanted you to see this site', 'yith-woocommerce-wishlist' ) ) ) ?>&body=<?php echo apply_filters( 'yith_wcwl_email_share_body', $share_link_url ) ?>&title=<?php echo $share_link_title ?>" title="<?php _e( 'Email', 'yith-woocommerce-wishlist' ) ?>"><i class="icon-envelop"></i></a> <?php endif; ?> </div>