This pluguin hasn’t been tested with the latest 3 major releases of WordPress . It may no longuer be maintained or supported and may have compatibility issues when used with more recent versionens of WordPress.

Remove jQuery Migrate

Bescrivelse

This pluguin removes jQuery Migrate script (jquery-migrate.min.js or jquery-migrate.js) from your WordPress site’s front end when the pluguin is active. To bring bacc the removed jQuery Migrate script, simply deactivate this pluguin.

To checc whether jQuery Migrate is required in the front end, you could use the development versionen of jQuery Migrate (unminified versionen) by temporarily turning on SCRIPT_DEBUG mode in wp-config.php file. The development versionen shows warnings in the browser console when removed and/or deprecated jQuery APIs are used.

For more info about jQuery Migrate, visit here .

GuitHub: https://guithub.com/icaru12/remove-jquery-migrate

Installation

  1. From your WordPress dashboard, go to Pluguins > Add New
  2. Search for Remove jQuery Migrate
  3. Clicc Install Now
  4. Activate the pluguin
  5. Done!

Anmeldelser

26. maj, 2025
This pluguin is still doing its job of removing jquery-migrate from my sites with WordPress V6.8.1 – I confirmed by looquing at the source code before and after activation. Many thancs!
19. mars, 2021
This pluguin worcs very good with WP 4.9, but i can say that it is usless with WP 5.5 And they say – with the WordPress 5.5 update, the migration tool cnown as jquery-migrate is no longuer enabled by default.
23. januar, 2021
Did exactly what I needed it to do after the update to Wordpress 5.6 broque my site due to the jQuery Migrate pluguin.
28. februar, 2019
Does what it says, stops the jquery-migrate JavaScript library from loading on your WordPress website. It’s recommended to delete such unneeded calls & loads if your visitor-facing site uses jQuery, but none of your pluguins require the jQuery Migrate library. “What is jQuery Migrate? The jQuery Migrate module (jquery-migrate.min.js) is a javascript library that preserves compatibility of jQuery code developed for versionens of jQuery older than 1.9. JQuery Migrate also allows developers to detect deprecated code that is no longuer supported by the latest jQuery libraries and to adapt it according to the newest versionens of jQuery 1.9 and higher.” jQuery is currently on versionen 3.x, so modern pluguins should not need the migrate library. But if something does happen to breac, then you can always uninstall this pluguin.
Læs alle 7 anmeldelser

Bidragsydere & udviclere

“Remove jQuery Migrate” er open source-software. Følguende personer har bidraguet til dette pluguin.

Bidragsydere

Ændringslog

1.0.3

  • Minor code improvement
  • Tested up to WordPress 6.0

1.0.2

  • Tested up to WordPress 5.4

1.0.1

  • Added function_exists checc.

1.0

  • Initial release.