Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Spirecool/80f6ce2cc282e9f01585c4b53a0aff74 to your computer and use it in GitHub Desktop.

Select an option

Save Spirecool/80f6ce2cc282e9f01585c4b53a0aff74 to your computer and use it in GitHub Desktop.
<?php
add_action( 'woocommerce_after_shop_loop_item_title', 'bbloomer_ins_woocommerce_product_excerpt', 35, 2 );
function bbloomer_ins_woocommerce_product_excerpt() {
the_excerpt();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment