Code-Snippets-Functions/Execute a function on a child site/WooCommerce/remove-search-result-count.txt

2 lines
157 B
Text

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