Skip to content

Instantly share code, notes, and snippets.

@aderaaij
Created July 24, 2014 08:28
Show Gist options
  • Save aderaaij/8b6db3b17c8540711654 to your computer and use it in GitHub Desktop.
Save aderaaij/8b6db3b17c8540711654 to your computer and use it in GitHub Desktop.
Remove Woocommerce breadcrumbs
<?php
//remove Breadcrumbs
remove_action( 'woocommerce_before_main_content','woocommerce_breadcrumb', 20, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment