Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save EnragedSuccubus/bddbd563d07c94ea394b to your computer and use it in GitHub Desktop.
Save EnragedSuccubus/bddbd563d07c94ea394b to your computer and use it in GitHub Desktop.
Modify Breadcrumps in Canvas EG 02
<?php
function my_custom_woo_breadcrumbs() {
}
add_filter('woo_breadcrumbs_args', 'my_custom_woo_breadcrumbs');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment