Skip to content

Instantly share code, notes, and snippets.

@zslabs
Created November 8, 2012 01:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zslabs/4035953 to your computer and use it in GitHub Desktop.
Save zslabs/4035953 to your computer and use it in GitHub Desktop.
Enqueue Modernizr before all other scripts
function basey_scripts_header() {
wp_enqueue_script('modernizr', get_template_directory_uri() . '/js/modernizr.foundation.js', '', null, false);
}
add_action('template_redirect','basey_scripts_header', 8);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment