• When I share my wishlist via email the plugin open two new email windows?
    How can I fix it?
    The code is:

    <?php if( $share_email_enabled ): ?>
                <li style="list-style-type: none; display: inline-block;">
                    <a class="email" href="mailto:?subject=<?php echo urlencode( apply_filters( 'yith_wcwl_email_share_subject', _e( '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 _e( 'Email', 'yith-woocommerce-wishlist' ) ?>"></a>
                </li>
            <?php endif; ?>
    • This topic was modified 7 years, 12 months ago by giovanni87.
    • This topic was modified 7 years, 12 months ago by giovanni87.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Share via email opens two windows’ is closed to new replies.