Your code worked:
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’);
Cheers!
Hey djsmbd!
Please do not delete remove the titles or the question, so more people can understand what is needed.
Thanks a lot
Regards,
Basilis