Skip to content

Instantly share code, notes, and snippets.

@sebgates
Created April 13, 2015 19:44
Show Gist options
  • Save sebgates/78a8e4b5a9585485d1c2 to your computer and use it in GitHub Desktop.
Save sebgates/78a8e4b5a9585485d1c2 to your computer and use it in GitHub Desktop.
function add_jquery_ui() {
wp_enqueue_script('jquery-ui', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.8/jquery-ui.min.js', false, '1.8.8');
}
add_action( 'init', 'add_jquery_ui' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment