Skip to content

Instantly share code, notes, and snippets.

@tessalt
Last active February 22, 2017 20: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 tessalt/fb7438b2a429c92e68af32110f45e943 to your computer and use it in GitHub Desktop.
Save tessalt/fb7438b2a429c92e68af32110f45e943 to your computer and use it in GitHub Desktop.
function theme_scripts() {
wp_enqueue_script( 'buy-button', 'http://sdks.shopifycdn.com/buy-button/0.1.34/buybutton.min.js', array( ), '', true );
wp_enqueue_script( 'shopify-product', '/assets/js/custom.js', array('buy-button' ), '', true );
}
add_action( 'wp_enqueue_scripts', 'theme_scripts' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment