Skip to content

Instantly share code, notes, and snippets.

@lizardking8610
Forked from zslabs/modernizr_enqueue
Created May 23, 2019 21:36
Show Gist options
  • Select an option

  • Save lizardking8610/ab3efe8173c3fcec293e40b28a7d82b8 to your computer and use it in GitHub Desktop.

Select an option

Save lizardking8610/ab3efe8173c3fcec293e40b28a7d82b8 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