Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save colegeissinger/613f5930cd5193035913 to your computer and use it in GitHub Desktop.
Save colegeissinger/613f5930cd5193035913 to your computer and use it in GitHub Desktop.
Modify Breadcrumbs in Canvas EG 03
<?php
function my_custom_woo_breadcrumbs($args) {
$defaults = array(
'separator' => '&raquo;',
'before' =>; '
);
return $defaults;
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment