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

Pali Cheema

Showing the single result

Select your currency
USD United States (US) dollar
EUR Euro