Update eg-sharebar.php
This commit is contained in:
parent
d9d7bc1c9c
commit
4bef5e41ad
|
|
@ -8,7 +8,7 @@ Version: 5.6.1
|
||||||
|
|
||||||
if (!defined('ABSPATH')) exit;
|
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);
|
define('EG_SHAREBAR_DEBUG', false);
|
||||||
|
|
||||||
function eg_sharebar_render() {
|
function eg_sharebar_render() {
|
||||||
|
|
@ -244,7 +244,7 @@ add_action('wp_footer', function() {
|
||||||
btn.addEventListener('touchend', function() { this.blur(); });
|
btn.addEventListener('touchend', function() { this.blur(); });
|
||||||
});
|
});
|
||||||
|
|
||||||
log('✅ EG Sharebar inizializzata');
|
log('EG Sharebar inizializzata');
|
||||||
};
|
};
|
||||||
|
|
||||||
window.egCopyLink = function(link) {
|
window.egCopyLink = function(link) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue