Loading a script with a dependency, is unloading another script’s dependency
Currently you can force a loading for the Libraries using wp_enqueue_script(), like so: wp_enqueue_script(‘jquery’); wp_enqueue_script(‘jquery-ui’); I know it shoud load automatically, but it works that way.