Skip to content

Instantly share code, notes, and snippets.

@ryantownley
Created February 6, 2019 03:00
Show Gist options
  • Save ryantownley/cae102d5e486614ebeb6d413ccc20734 to your computer and use it in GitHub Desktop.
Save ryantownley/cae102d5e486614ebeb6d413ccc20734 to your computer and use it in GitHub Desktop.
Reposition WooCommerce price on single product page to below short description
// Reposition WooCommerce price on single product page to below short description
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );
add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 25 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment