Created
September 26, 2018 04:12
-
-
Save mariadanieldeepak/478ccde55c48cdd6770ea14b69758153 to your computer and use it in GitHub Desktop.
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 | |
/** | |
* Breadcrumbs. | |
* | |
* @see woocommerce_breadcrumb() | |
*/ | |
add_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