Remove jQuery Migrate
Remove jQuery Migrate
Description
This plugin removes jQuery Migrate script (jquery-migrate.min.js or jquery-migrate.js) from your WordPress site’s front end when the plugin is active. To bring back the removed jQuery Migrate script, simply deactivate this plugin.
To check whether jQuery Migrate is required in the front end, you could use the development version of jQuery Migrate (unminified version) by temporarily turning on SCRIPT_DEBUG mode in wp-config.php file. The development version shows warnings in the browser console when removed and/or deprecated jQuery APIs are used.
For more info about jQuery Migrate, visit here.
Installation
- From your WordPress dashboard, go to Plugins > Add New
- Search for Remove jQuery Migrate
- Click Install Now
- Activate the plugin
- Done!
Reviews
Still working for me on WP 6.8.1
By Brian Shim (brianrshim) on May 26, 2025
This plugin is still doing its job of removing jquery-migrate from my sites with WordPress V6.8.1 - I confirmed by looking at the source code before and after activation. Many thanks!
good
By cantoostinato8989 on March 19, 2021
Perfect!
By Selah (tubescreamer) on January 23, 2021
It does the job!
By gtamborero on July 23, 2019
Very lightweight - only a dozen lines of code
By roam92 on February 28, 2019
Awesome keep going
By mariushosting (Marius84) on January 31, 2018
Worked like a charm!
By jat247 on November 24, 2017
Changelog
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 check.
1.0
- Initial release.