Skip to content

Instantly share code, notes, and snippets.

@swoboda
Last active September 7, 2015 16:33
Show Gist options
  • Save swoboda/a0b4cedd106c08d3ea1c to your computer and use it in GitHub Desktop.
Save swoboda/a0b4cedd106c08d3ea1c to your computer and use it in GitHub Desktop.
woocommerce_single_product_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' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment