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) {