Skip to content

Instantly share code, notes, and snippets.

@davidperezgar
Created October 20, 2016 16:05
Show Gist options
  • Save davidperezgar/e510a279c942344a2dc8781306a9a6b7 to your computer and use it in GitHub Desktop.
Save davidperezgar/e510a279c942344a2dc8781306a9a6b7 to your computer and use it in GitHub Desktop.
Remove Showing count Woocommerce
// Removes showing results
 
remove_action( 'woocommerce_before_shop_loop', 'woocommerce_result_count', 20 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment