Created
January 7, 2019 14:03
-
-
Save ville6000/3d509f1651bdcaf3dc4dae649a346f0a to your computer and use it in GitHub Desktop.
Remove breadcrumbs from 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_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment