Skip to content

Instantly share code, notes, and snippets.

@mehedicsit
Forked from lukecav/functions.php
Created September 24, 2017 11:36
Show Gist options
  • Save mehedicsit/d4518e4f436700d3af3119177a38089b to your computer and use it in GitHub Desktop.
Save mehedicsit/d4518e4f436700d3af3119177a38089b to your computer and use it in GitHub Desktop.
Remove Links to WooCommerce Single Product Page
// Remove Links to WooCommerce Single Product Page
remove_action( 'woocommerce_before_shop_loop_item', 'woocommerce_template_loop_product_link_open', 10 );
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_product_link_close', 5 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment