Disable XML-RPC in WordPress
Learn how to disable XML-RPC in WordPress to enhance your website’s security an...

WPCodeBox
598
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");
});





