Skip to content

Instantly share code, notes, and snippets.

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