• Hello,

    After activating the plugin the text with “Showing all x results” appear at the top of all category pages.

    Can this text be disabled?

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author wpgenie2

    (@wpgenie2)

    Hello,

    you can use something like this:

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

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.