Skip to content

Instantly share code, notes, and snippets.

@jamesgiroux
Last active August 29, 2015 14:21
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 jamesgiroux/086d32c444d494c2a07a to your computer and use it in GitHub Desktop.
Save jamesgiroux/086d32c444d494c2a07a to your computer and use it in GitHub Desktop.
function pivot_scripts () {
wp_enqueue_script( 'pivot_scripts', get_template_directory_uri() . '/js/pivot.js', array ('jquery'), '1.0.0', true);
}
add_action( 'wp_enqueue_scripts', 'pivot_scripts');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment