wildwolf / ww-remove-jquery-migrate
WordPress plugin to remove jQuery Migrate from jQuery dependencies
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=5.3.0
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2021-08-14 06:50:38 UTC
README
Simple WordPress plugin to remove jQuery Migrate from jQuery dependencies.
Installation
Via composer
Run from WordPress root directory
composer require wildwolf/ww-remove-jquery-migrate
Traditional way
Upload the plugin to wp-content/plugins/
, go to the Admin Dashboard => Plugins and activate the plugin.
Configuration
The plugin works out of the box, surprise.
There is one hidden configuration constant though: if you add
define('WWRJQM_MOVE_JQUERY_TO_FOOTER', true);
to your wp-config.php
, this will move jQuery invocation to the footer.
Please note that this could break some themes and plugins, this is why this option is hidden.