Last active
March 21, 2017 20:04
-
-
Save marcosnakamine/f5aa7ba3c613405eee010b024205d916 to your computer and use it in GitHub Desktop.
WooCommerce - Add breadcrumb with custom delimiter
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 | |
woocommerce_breadcrumb( array('delimiter' => ' >> ') ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment