Skip to content

Instantly share code, notes, and snippets.

@jeffsebring
Created January 31, 2012 05:58
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 jeffsebring/1709106 to your computer and use it in GitHub Desktop.
Save jeffsebring/1709106 to your computer and use it in GitHub Desktop.
Google CDN in Footer
# Google jQuery
wp_deregister_script( 'jquery' );
wp_register_script(
'jquery',
'http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js',
'',
'',
true # in footer
);
wp_enqueue_script( 'jquery' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment