How to Set WooCommerce Default User Re...
Learn how to set the default user registration role in WooCommerce with this simple c...

WPCodeBox
407

Enhance your MyListing website with this essential code snippet! This functionality ensures social media links open in new browser tabs, keeping visitors on your site while they explore your social profiles. Boost user engagement and improve site retention with this highly recommended MyListing customization.
/**
* Author: MyListing Club
* Author URI: https://mylisting.club
*/
jQuery(document).ready(function ($) {
$(".block-type-social_networks ul > li a").attr("target", "_blank");
});





