Skip to content

Instantly share code, notes, and snippets.

@tessalt
Created February 17, 2017 15:18
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/ad916444bf33c19956c64bdab3c62966 to your computer and use it in GitHub Desktop.
Save tessalt/ad916444bf33c19956c64bdab3c62966 to your computer and use it in GitHub Desktop.
function enqueue_shopify_buy() {
wp_enqueue_script('shopify-buy', 'http://sdks.shopifycdn.com/js-buy-sdk/v0/latest/shopify-buy.umd.polyfilled.min.js');
}
add_action( 'admin_enqueue_scripts', 'enqueue_shopify_buy' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment