fix(js): wait for adsbygoogle.js before push scripts
Race condition caused push to execute before library loaded. Add onload callback to loadAdSenseScripts() function.
This commit is contained in:
@@ -18,7 +18,7 @@ if (!defined('ABSPATH')) {
|
||||
}
|
||||
|
||||
// Definir constante de versión del tema
|
||||
define('ROI_VERSION', '1.0.21');
|
||||
define('ROI_VERSION', '1.0.22');
|
||||
|
||||
// =============================================================================
|
||||
// 1. CARGAR AUTOLOADER MANUAL
|
||||
|
||||
Reference in New Issue
Block a user