Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* removes double sort drop down menus on StoreFront theme when Simple Auctions is activated */
- add_action( 'init', 'custom_storefront_remove_ordering',90);
- function custom_storefront_remove_ordering(){
- remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 10 );
- }
Advertisement
Add Comment
Please, Sign In to add comment