Skip to content

Instantly share code, notes, and snippets.

@BFTrick
Created May 11, 2016 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BFTrick/21c2799235a63fcf2be8f3d016b48de8 to your computer and use it in GitHub Desktop.
Save BFTrick/21c2799235a63fcf2be8f3d016b48de8 to your computer and use it in GitHub Desktop.
WooCommerce Single Product page content template
<div class="summary entry-summary">
<?php
/**
* woocommerce_single_product_summary hook.
*
* @hooked woocommerce_template_single_title - 5
* @hooked woocommerce_template_single_rating - 10
* @hooked woocommerce_template_single_price - 10
* @hooked woocommerce_template_single_excerpt - 20
* @hooked woocommerce_template_single_add_to_cart - 30
* @hooked woocommerce_template_single_meta - 40
* @hooked woocommerce_template_single_sharing - 50
*/
do_action( 'woocommerce_single_product_summary' );
?>
</div><!-- .summary -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment