Remove the search results count in WooCommerce

Remove the search results count in WooCommerce.

Snippet Type

Execute on Child Sites

Snippet

remove_action('woocommerce_before_shop_loop', 'woocommerce_result_count', 20);
remove_action('woocommerce_after_shop_loop', 'woocommerce_result_count', 20);

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.