ھي پلگ ان WordPress جي جديد 3 وڏين رليزز سان آزمايو نه ويو آھي. اهو ٿي سگهي ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

Remove jQuery Migrate

وضاحت

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.

GitHub: https://github.com/icaru12/remove-jquery-migrate

انسٽاليشن

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

جائزا

19 مارچ 2021
This plugin works 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 known as jquery-migrate is no longer enabled by default.
23 جنوري 2021
Did exactly what I needed it to do after the update to Wordpress 5.6 broke my site due to the jQuery Migrate plugin.
28 فيبروري 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 plugins 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 versions of jQuery older than 1.9. JQuery Migrate also allows developers to detect deprecated code that is no longer supported by the latest jQuery libraries and to adapt it according to the newest versions of jQuery 1.9 and higher." jQuery is currently on version 3.x, so modern plugins should not need the migrate library. But if something does happen to break, then you can always uninstall this plugin.
24 نومبر 2017
Thanks for this, I tried several code snippets to de-queue the jquery migrate process but none of them seemed to do the trick. Now I'm loading and processing one less js file!
جمع: سڀ 6 تبصرا پڙهو

تعاون ڪندڙ & ڊولپرز

“Remove jQuery Migrate” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

ترجمو ڪريو “Remove jQuery Migrate” توهان جي ٻولي ۾.

ڊولپمينٽ ۾ دلچسپي؟

ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.

لاگ تبدیل ڪريو

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.