Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

Disable jQuery Migrate

Опис

A simple plugin to disable loading of jquery-migrate on the frontend due to a XSS vulerability of jQuery Migrate 1.2.1.
More details here: https://github.com/jquery/jquery-migrate/issues/36

It’s also one thing less to load where it counts.

Props to people in this thread: https://wordpress.org/support/topic/removing-the-default-jquery-and-migrate-from-the-header-in-last-version-of-wp?replies=6.

Встановлення

  1. Upload contents of the plugin zip file to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Profit

Часті питання

Why is the jQuery-migrate needed?

There are still some dependencies in WP-Admin that require it to be present. Most up-to-date frontend code and plugins don’t require it however so theres no reason to load it there.

Can this break my site?

Yes, possibly. Some plugins on your frontend might count on jquery-migrate beign available

Відгуки

26.07.2017
No idea why wordpress doesn’t allows to turn this annoying thing off – but this plugin helps instantly. Thank you!!!
05.04.2017
It removes the jquery migrate javacript file. After installing you have to test your site (open your browser with firebug / debug – F12) to make sure you are not using old versions of jquery.
Прочитати всі 2 відгуки

Учасники та розробники

“Disable jQuery Migrate” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Disable jQuery Migrate” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.0

  • Initial version