Skip to content

Instantly share code, notes, and snippets.

@DustinHartzler
Created April 2, 2016 13:25
Show Gist options
  • Save DustinHartzler/09d2045b38efee2ca09bd1a045a55df2 to your computer and use it in GitHub Desktop.
Save DustinHartzler/09d2045b38efee2ca09bd1a045a55df2 to your computer and use it in GitHub Desktop.
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );
add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 15 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment