Yes, i add this code at the end of file functions.php
function modify_jquery() {
if (!is_admin()) {
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, ‘https://code.jquery.com/jquery-1.11.3.min.js’);
wp_enqueue_script(‘jquery’);
}
}
add_action(‘init’, ‘modify_jquery’);
and everything is ok!
Thank you!
Same problem on
http://www.thebestsrl.com
after automatic update to 4.5.2.