Skip to content

Instantly share code, notes, and snippets.

@sebgates
Created April 13, 2015 19:40
Show Gist options
  • Save sebgates/5482d7320e31c989cbfa to your computer and use it in GitHub Desktop.
Save sebgates/5482d7320e31c989cbfa to your computer and use it in GitHub Desktop.
function add_jquery() {
wp_enqueue_script( 'jquery' );
}
add_action( 'wp_enqueue_scripts', 'add_jquery' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment