wearerequired / jquery-light
WordPress mu-plugin to remove jQuery Migrate from the list of jQuery dependencies and to allow jQuery to enqueue before </body> instead of in the <head>.
Installs: 21 910
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:wordpress-muplugin
Requires
- php: >=5.3
This package is auto-updated.
Last update: 2024-11-10 07:23:43 UTC
README
Removes jQuery Migrate from the list of jQuery dependencies and allows jQuery to enqueue before </body>
instead of in the <head>
.
Installation
The package type is wordpress-muplugin
. Example of a composer.json
:
{ "name": "wearerequired/something", "description": "required.com", "license": "GPL-2.0+", "authors": [ { "name": "required gmbh", "email": "info@required.ch" } ], "require": { "php": ">=5.3", "koodimonni/composer-dropin-installer": "dev-master", "johnpbloch/wordpress": "~4.9", "wearerequired/jquery-light": "^1.0" }, "extra": { "wordpress-install-dir": "wordpress/wp", "installer-paths": { "wordpress/content/plugins/{$name}/": [ "type:wordpress-plugin" ], "vendor/{$vendor}/{$name}/": [ "type:wordpress-muplugin" ], "wordpress/content/themes/{$name}/": [ "type:wordpress-theme" ] }, "dropin-paths": { "wordpress/content/mu-plugins/": [ "type:wordpress-muplugin" ] } }, "minimum-stability": "dev", "prefer-stable": true }