Skip to content

Instantly share code, notes, and snippets.

@fdaciuk
Created May 4, 2013 14:33
Show Gist options
  • Save fdaciuk/5517677 to your computer and use it in GitHub Desktop.
Save fdaciuk/5517677 to your computer and use it in GitHub Desktop.
Adicionar jQuery UI do WordPress para usar no tema.
<?php
function enqueue_scripts() {
wp_enqueue_script( 'jquery-ui-core' );
}
add_action( 'wp_enqueue_scripts', 'enqueue_scripts' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment