/home/suroeste/public_html/wp-content/themes/ewebot/core
Edit: /home/suroeste/public_html/wp-content/themes/ewebot/core/init.php (959B)
registered['jquery'])) {
$script = $scripts->registered['jquery'];
if ($script->deps) { // Check whether the script has any dependencies
$script->deps = array_diff($script->deps, array('jquery-migrate'));
}
}
}, 25);
}
}, 0);
add_filter('gt3/core/elementor/disable_notice', '__return_true');
if ( class_exists( 'GT3_Core_Elementor' ) ) {
require_once( get_template_directory().'/elementor/init.php' ); // Theme elementor init file
}
if ( class_exists('WooCommerce') ) {
require_once( get_template_directory() . '/woocommerce/wooinit.php' ); // Woocommerce init file
}
require_once(__DIR__. "/registrator/license_verification.php");