How to change woocommerce sort by text in shop page
Just copy and paste the code your active child theme of functions.php.(take a backup of your website before doing it) add_filter('woocommerce_catalog_orderby', 'wc_customize_product_sorting'); function wc_customize_product_sorting($sorting_options){ $sorting_options = array( 'menu_order' => __(…