Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created November 19, 2014 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jchristopher/4c18460c6a48dd5b770b to your computer and use it in GitHub Desktop.
Save jchristopher/4c18460c6a48dd5b770b to your computer and use it in GitHub Desktop.
<?php
$menu_breadcrumb = new Menu_Breadcrumb( 'main' ); // 'main' is the Menu Location
$breadcrumb_array = $menu_breadcrumb->generate_trail();
$breadcrumb_markup = $menu_breadcrumb->generate_markup( $breadcrumb_array, ' &raquo; ' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment