wordpress-plugin dequeue-jquery-migrate
A WordPress plugin to remove the jquery-migrate.js script dependency.
cedaro/dequeue-jquery-migrate
A WordPress plugin to remove the jquery-migrate.js script dependency.
- Tuesday, March 3, 2015
- by bradyvercher
- Repository
- 7 Watchers
- 21 Stars
- 1,711 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 8 Forks
- 0 Open issues
- 3 Versions
- 10 % Grown
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., (*1)
Installation
Upload
- Download the latest release from GitHub.
- 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.
- Upload the zipped archive.
- Click the Activate Plugin link after installation completes.
Manual
- Download the latest release from GitHub.
- Unzip the archive.
- Copy the folder to
/wp-content/plugins/
.
- 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., (*2)
Git
Clone this repository in /wp-content/plugins/
:, (*3)
git clone git@github.com:cedaro/dequeue-jquery-migrate.git
, (*4)
Then go to the Plugins → Installed Plugins screen in your WordPress admin panel and click the Activate link under the Dequeue jQuery Migrate item., (*5)