manifest / performance / dequeue-jquery-migrate
Dequeue jQuery Migrate
A WordPress plugin to remove the jquery-migrate.js script dependency.
by Cedaro · github.com/cedaro/dequeue-jquery-migrate · website
★ 28stars
6.1kcomposer installs
8forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/cedaro/dequeue-jquery-migrate/archive/refs/heads/develop.zipAlso on Packagist as cedaro/dequeue-jquery-migrate:
composer require cedaro/dequeue-jquery-migrateDeclares an update source (cedaro/dequeue-jquery-migrate), so updates arrive through the plugin's own updater.
From the readme
Dequeue jQuery Migrate
Removes the jquery-migrate.js script from the list of jQuery dependencies to keep it from loading on the front end when it's not needed.
Installation ##
Upload ###
1. Download the latest release from GitHub.
2. Go to the Plugins → Add New screen in your WordPress admin panel and click the Upload button at the top next to the "Add Plugins" title.
3. Upload the zipped archive.
4. Click the Activate Plugin link after installation completes.
Manual ###
1. Download the latest release from GitHub.
2. Unzip the archive.
3. Copy the folder to /wp-content/plugins/.
4. Go to the Plugins → Installed Plugins screen in your WordPress admin panel and click the Activate link under the Dequeue jQuery Migrate item.
Read the Codex for more information about installing plugins manually.
Git ###
Clone this repository in /wp-content/plugins/:
git clone git@github.com:cedaro/dequeue-jquery-migrate.git
Then go to the Plugins → Installed Plugins screen in your WordPress admin panel and click the Activate link under the Dequeue jQuery Migrate item.