From 4bef5e41ad51b81653175d3b99d02eaa213157cf Mon Sep 17 00:00:00 2001 From: emanuelegori Date: Mon, 8 Dec 2025 20:06:06 +0100 Subject: [PATCH] Update eg-sharebar.php --- eg-sharebar.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eg-sharebar.php b/eg-sharebar.php index 5f4a852..e55f907 100644 --- a/eg-sharebar.php +++ b/eg-sharebar.php @@ -8,7 +8,7 @@ Version: 5.6.1 if (!defined('ABSPATH')) exit; -// ✅ FLAG DEBUG: Cambia a true per attivare i log in console +// FLAG DEBUG: Cambia a true per attivare i log in console define('EG_SHAREBAR_DEBUG', false); function eg_sharebar_render() { @@ -244,7 +244,7 @@ add_action('wp_footer', function() { btn.addEventListener('touchend', function() { this.blur(); }); }); - log('✅ EG Sharebar inizializzata'); + log('EG Sharebar inizializzata'); }; window.egCopyLink = function(link) {