Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8225505
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T15:26:23+00:00 2026-06-07T15:26:23+00:00

After upgrading WP from 3.3 to 3.4 wp_deregister_script(‘jquery’); seems to not work anymore (jQuery

  • 0

After upgrading WP from 3.3 to 3.4 wp_deregister_script(‘jquery’); seems to not work anymore (jQuery provided by WP is visible in section).

Deregister script is included in functions.php file of my theme and looks like this:

    if( !is_admin()){
    wp_deregister_script('jquery');
}

After the upgrade I was trying to custom this, but nothing actually works. For example, i also tried to dequeue the script, but still no go.

if( !is_admin()){
    wp_deregister_script('jquery');
    wp_dequeue_script('jquery');

}

Looking forward your opinions and any idea of possible solution.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T15:26:25+00:00Added an answer on June 7, 2026 at 3:26 pm

    Use hook to do that

    add_action( 'admin_enqueue_scripts', 'my_enque_func' );
    function my_enque_func()
    {
        wp_deregister_script('jquery');
        wp_register_script(...); // Register your own script
    }
    

    About wp_register_script.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After upgrading magento from 1.4.0.1 to 1.5.1.0 , i'm not able to submit an
Problems started after upgrading from VWD2005 to VWD2008. In VWD2008 the App_Code does not
I have problems after upgrading: jqGrid from 3.5.3 to 3.8.2 jquery from 1.3.2 to
After upgrading from Firefox 3.6 to FF4 i was surprised to see that jQuery
I can't understand why I'm not getting a DataIntegrityViolationException any more after upgrading from
After upgrading from Spring 3.0.0.M4 to 3.0.0.RC1 and Spring Security 3.0.0.M2 to 3.0.0.RC1, I've
I noticed after upgrading from 4.2 to 4.3.1 that there is no longer a
After upgrading to a newer hibernate version (guess it came with the switch from
We've recently upgraded from Oracle 10 to Oracle 11.2. After upgrading, I started seeing
After upgrading from Cake 1.3 to 2.0 I I'm getting missing table errors for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.