As you guys are much too slow for us, we developed our own workaround:
function modify_jquery() {
if (!is_admin()) {
wp_deregister_script('jquery');
wp_register_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js');
wp_enqueue_script('jquery');
}
}
add_action('init', 'modify_jquery');
Next time please convince us that you care about support and solutions!
Hi,
I have the same problem. Updated everything and added the lines to the functions.php of the theme and child theme, got a 500. Added the line just to one theme (1 try for each) didn’t solve the problem: Example. What shall we do now?
Best,
Severin