Skip to content

Instantly share code, notes, and snippets.

View MinaPansuriya's full-sized avatar

Mina Pansuriya MinaPansuriya

View GitHub Profile
/**
* @Title: Remove WooCommerce Product Sorting Dropdown from Shop and Category pages
* @Author: Mina Pansuriya
* @Website: http://minapansuriya.com
*/
remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 );