Skip to content

Instantly share code, notes, and snippets.

@nathaningram
Last active August 29, 2015 14:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nathaningram/f1ac3f88a357a05d321d to your computer and use it in GitHub Desktop.
Save nathaningram/f1ac3f88a357a05d321d to your computer and use it in GitHub Desktop.
The Incredible Shrinking Header - PHP Function
//* Enqueue Scripts
add_action( 'wp_enqueue_scripts', 'ni_shrinking_header_script' );
function ni_shrinking_header_script() {
wp_enqueue_script( 'shrinking-header', get_bloginfo( 'stylesheet_directory' ) . '/js/shrinking-header.js', array( 'jquery' ), '1.0.0', true );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment