Hello,
I need to use a plugin that requires JQuery 3.3.1.
Whats is the current version supported by shufflehound?
When I try to run this code, the blog session stops to work:
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, $protocol . ‘ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js’, array(), ‘3.3.1’, true);
wp_enqueue_script(‘jquery’);