Skip to content

Instantly share code, notes, and snippets.

@aderaaij
Created July 9, 2014 17:42
Show Gist options
  • Save aderaaij/d6489637c83f11112b24 to your computer and use it in GitHub Desktop.
Save aderaaij/d6489637c83f11112b24 to your computer and use it in GitHub Desktop.
Remove sorting dropdown
<?php
// remove sorting dropdown
remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment