$21.02
/* Remove Popularity & Average Rating sorting from WooCommerce */ add_filter( 'woocommerce_catalog_orderby', 'ngh_remove_unwanted_sorting', 20 ); add_filter( 'woocommerce_default_catalog_orderby_options', 'ngh_remove_unwanted_sorting', 20 ); function ngh_remove_unwanted_sorting( $options ) { unset( $options['popularity'] ); // Remove "Sort by popularity" unset( $options['rating'] ); // Remove "Sort by average rating" return $options; }
Shipping Worldwide Dismiss
Skip to contentShowing the single result