. * * Copyright (C) 2024 MD Arzan Hosen */ /** * Bootstrap 5 Nav Walker * * This walker integrates WordPress menus with Bootstrap 5 navbar markup. */ class Application_Guy_Bootstrap_Walker extends Walker_Nav_Menu { // Start Level (Dropdown ul) function start_lvl( &$output, $depth = 0, $args = null ) { $indent = str_repeat("\t", $depth); $submenu = ($depth > 0) ? ' sub-menu' : ''; $output .= "\n$indent