Skip to content

Instantly share code, notes, and snippets.

@ShinichiNishikawa
Created March 22, 2012 07:37
Show Gist options
  • Save ShinichiNishikawa/2156870 to your computer and use it in GitHub Desktop.
Save ShinichiNishikawa/2156870 to your computer and use it in GitHub Desktop.
Prime Strategy Bread Crumb
<?
$args = array(
'type' => 'string',
'home_label' => 'HOME',
);
if ( function_exists( 'bread_crumb' ) ) { bread_crumb($args); }
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment