/** * custom code 30.1.26 */ /* 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; } tl329 Archives - New Gramophone House

tl329

Showing the single result

Select your currency
EUR Euro
MXN Mexican peso