https://github.com/cedaro/dequeue-jquery-migrate
A WordPress plugin to remove the jquery-migrate.js script dependency.
https://github.com/cedaro/dequeue-jquery-migrate
jquery wordpress-plugin
Last synced: 5 months ago
JSON representation
A WordPress plugin to remove the jquery-migrate.js script dependency.
- Host: GitHub
- URL: https://github.com/cedaro/dequeue-jquery-migrate
- Owner: cedaro
- Created: 2015-02-19T07:01:30.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2021-10-06T21:52:06.000Z (about 4 years ago)
- Last Synced: 2025-06-25T22:38:36.264Z (6 months ago)
- Topics: jquery, wordpress-plugin
- Language: PHP
- Size: 2.93 KB
- Stars: 27
- Watchers: 9
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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](https://github.com/cedaro/dequeue-jquery-migrate/archive/master.zip) 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](https://github.com/cedaro/dequeue-jquery-migrate/archive/master.zip) 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](http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).
### 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.