Skip to content

Instantly share code, notes, and snippets.

@bradleysa
Created April 22, 2022 08:00
Show Gist options
  • Save bradleysa/24c5ebc35cbde66c70f43fcea62df7ea to your computer and use it in GitHub Desktop.
Save bradleysa/24c5ebc35cbde66c70f43fcea62df7ea to your computer and use it in GitHub Desktop.
WC: Remove "Showing all X results"
remove_action( 'woocommerce_before_shop_loop', 'woocommerce_result_count', 20 );
/** https://www.businessbloomer.com/woocommerce-remove-showing-single-result/ **/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment