Skip to content

Instantly share code, notes, and snippets.

@agusmu
Created January 26, 2015 23:50
Show Gist options
  • Save agusmu/0a7d417ff90dfaf2b4da to your computer and use it in GitHub Desktop.
Save agusmu/0a7d417ff90dfaf2b4da to your computer and use it in GitHub Desktop.
WooCommerce - Add text/code below product summary
add_action( 'woocommerce_single_product_summary', 'prima_custom_below_product_summary', 55);
function prima_custom_below_product_summary() {
echo 'add your text or code here';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment