JQuery: Redirect all Third Party URLs to New Tab

Redirect all third-party links to a new tab without wasting time by using the below code. jQuery(document).ready(function($) { $("a[href^=http]").each(function(){ // NEW - excluded domains list var excludes = [ 'rapidboostmarketing.com',…

Comments Off on JQuery: Redirect all Third Party URLs to New Tab

Woocommerce: Cart only 1 Item at a Time

If you are looking for your Woocommerce store to sell only 1 product at a time or you need to purchase 1 product at a time. Just use the below…

Comments Off on Woocommerce: Cart only 1 Item at a Time