Created
March 13, 2017 15:28
-
-
Save bogdanpopa90/f49a626ba85c8badf9f47e016a668724 to your computer and use it in GitHub Desktop.
Remove breadcrumb on shop category in WooCommerce
This file contains hidden or 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
<?php | |
// Remove breadcrumb on shop category | |
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