chore(js): enable adsense-loader debug mode temporarily

This commit is contained in:
FrankZamora
2025-12-10 12:40:29 -06:00
parent 8bbbf484bd
commit fae4def974
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
const CONFIG = { const CONFIG = {
timeout: 5000, // Timeout de fallback en milisegundos timeout: 5000, // Timeout de fallback en milisegundos
loadedClass: 'adsense-loaded', loadedClass: 'adsense-loaded',
debug: false // Cambiar a true para logs en consola debug: true // TEMPORAL: Habilitado para diagnóstico
}; };
// Estado // Estado

View File

@@ -18,7 +18,7 @@ if (!defined('ABSPATH')) {
} }
// Definir constante de versión del tema // Definir constante de versión del tema
define('ROI_VERSION', '1.0.20'); define('ROI_VERSION', '1.0.21');
// ============================================================================= // =============================================================================
// 1. CARGAR AUTOLOADER MANUAL // 1. CARGAR AUTOLOADER MANUAL