Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created July 26, 2016 12:23
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 billerickson/7424fc8115d381aa6004b46d658b6e52 to your computer and use it in GitHub Desktop.
Save billerickson/7424fc8115d381aa6004b46d658b6e52 to your computer and use it in GitHub Desktop.
<?php
// Include sharing customizations
require get_template_directory() . '/inc/sharing.php';
/**
* Add Javascript
*
*/
function be_enqueue_scripts() {
wp_enqueue_script( 'be-global', get_stylesheet_directory_uri() . '/js/global.js', array( 'jquery' ), '1.0', true );
}
add_action( 'wp_enqueue_scripts', 'be_enqueue_scripts' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment