Skip to content

Instantly share code, notes, and snippets.

@yogoeasy
Created December 12, 2018 03:53
Show Gist options
  • Save yogoeasy/a07f721b18ec5f245b9a2875b161b55c to your computer and use it in GitHub Desktop.
Save yogoeasy/a07f721b18ec5f245b9a2875b161b55c to your computer and use it in GitHub Desktop.
顯示WooCommerce放入購物車按鈕
// Add "Add to Cart" buttons in Divi shop pages # by Jack Wu 優易教學網 https://www.yogoeasy.com
add_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 20 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment