You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// comment out the next two lines to load the local copy of jQuery
wp_deregister_script('jquery');
wp_register_script('jquery', 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js', false, '3.5.1'); // update URL to preferred version and provider
wp_enqueue_script('jquery');
}
}
add_action('init', 'modify_jquery');
// Remove jQuery Migrate
function cedaro_dequeue_jquery_migrate( $scripts ) {