Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #627894

    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!

    • This topic was modified 8 years, 8 months ago by djsmbd.
    #627905

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Ignore post’ is closed to new replies.