Created
April 23, 2021 09:04
-
-
Save Spirecool/80f6ce2cc282e9f01585c4b53a0aff74 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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