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/dc0c15cd666e1caf2c90880f64931ad1 to your computer and use it in GitHub Desktop.
Save davidperezgar/dc0c15cd666e1caf2c90880f64931ad1 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