Skip to content

Instantly share code, notes, and snippets.

View robicse11127's full-sized avatar
🏡
Working remotely!

Md Rabiul Islam Robi robicse11127

🏡
Working remotely!
View GitHub Profile
/**
* A function for menu breadcrumb
*
*/
function menu_breadcrumb($theme_location = 'main', $separator = '<span class="separator"> &nbsp;&gt; </span>' ) {
$items = wp_get_nav_menu_items($theme_location);
_wp_menu_item_classes_by_context( $items ); // Set up the class variables, including current-classes
$crumbs = array();