An open API service indexing awesome lists of open source software.

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.

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.