Include jQuery UI as a whole

If you take a look at registrations in source there is no alias to load all of jQuery UI in bulk available and WP core itself uses pieces as dependencies individually.

You could create and use such alias yourself (registered script handle with no URL and all of needed scripts as dependencies), but it might be overkill – there are a lot of scripts there to load.

Leave a Comment