-
-
Save tessalt/fb7438b2a429c92e68af32110f45e943 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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