/* Prevent links from opening in safari when in app mode */ jQuery(function($){ var a = $("a"); a.each(function(){ $(this).click(function(){ if( $(this).attr("target") !== "_blank" || $(this).attr("href") !== \'#\' ){ window.location = $(this).attr("href"); return false; } }); }) }); /* End links code */ '; } else{ $footer = ' '; } echo $footer; } else{ return false; } } } add_action('wp_footer', 'vg_insert_to_footer'); ?>