add_action('init','remove_woo_sorting_options');function remove_woo_sorting_options(){remove_action('woocommerce_before_shop_loop','woocommerce_catalog_ordering',30)}