Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

sjinks/wp-remove-jquery-migrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wp-remove-jquery-migrate

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.

About

Simple WordPress plugin to remove jQuery Migrate from jQuery dependencies

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages