Skip to content

Instantly share code, notes, and snippets.

@rickalee
Created August 19, 2013 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rickalee/6272257 to your computer and use it in GitHub Desktop.
Save rickalee/6272257 to your computer and use it in GitHub Desktop.
Ways to Enqueue jQuery
// Load jQuery
if ( !is_admin() ) {
wp_enqueue_script('jquery');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment