Skip to content

Instantly share code, notes, and snippets.

@sergeyterr
Created August 14, 2016 04:32
Show Gist options
  • Save sergeyterr/ba1002288a4e2a0c0f38d8430264a85b to your computer and use it in GitHub Desktop.
Save sergeyterr/ba1002288a4e2a0c0f38d8430264a85b to your computer and use it in GitHub Desktop.
Удаляем надпись Показаны товары в WooCommerce
<?php
/**
* Убираем надпись Показаны товары
*/
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