Skip to content

Instantly share code, notes, and snippets.

@BurlesonBrad
Created July 27, 2017 02:26
Show Gist options
  • Save BurlesonBrad/13b6f48d9c733000719160b193b098bd to your computer and use it in GitHub Desktop.
Save BurlesonBrad/13b6f48d9c733000719160b193b098bd to your computer and use it in GitHub Desktop.
keep price and CTA near featured images
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