Created
May 16, 2014 17:09
-
-
Save Willem-Siebe/65d59638d503682fa67a to your computer and use it in GitHub Desktop.
Remove WooCommerce breadcrumbs, see http://stanislav.it/how-to-remove-breadcrumbs-in-woocommerce/.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Remove WooCommerce breadcrumbs, see https://gist.github.com/Willem-Siebe/65d59638d503682fa67a. | |
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