Hi,
I would like to remove the filter option in my shop (the filter stating: sort on newest, sort of price, etc.).
I tried to use this code in my functions.php file in my child theme, but it did not do the trick:
remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_catalog_ordering’, 30 );
How can I remove the filter from showing?
Thank you.
Regards,
Richard