Skip to content

Instantly share code, notes, and snippets.

@ryantownley
Created January 27, 2019 21:48
Show Gist options
  • Save ryantownley/2c06a279af4b1ed1a417e471d2bf6c1d to your computer and use it in GitHub Desktop.
Save ryantownley/2c06a279af4b1ed1a417e471d2bf6c1d to your computer and use it in GitHub Desktop.
Remove WooCommerce sorting drop down on product archives
// Removes WooCommerce sorting drop down on product archives
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