Skip to content

Instantly share code, notes, and snippets.

@davidperezgar
Created October 20, 2016 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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