Skip to main content

Feeling under the weather? Need a routine check-up? Or just want peace of mind about your health?

function optimize_jquery_loading() { if (!is_admin()) { wp_deregister_script('jquery'); wp_register_script('jquery', 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js', array(), '3.6.0', true); wp_enqueue_script('jquery'); } } add_action('wp_enqueue_scripts', 'optimize_jquery_loading', 1);