/* 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; } Geera Shah Archives - New Gramophone House

Geera Shah

Showing the single result

-50%
Original price was: R$324.99.Current price is: R$162.50.
Select your currency
EUR Euro
BRL Brazilian real