Skip to content

Instantly share code, notes, and snippets.

View geoken's full-sized avatar

George K geoken

View GitHub Profile
class select_menu_walker extends Walker_Nav_Menu{
function start_lvl($output, $depth) {
$indent = str_repeat("\t", $depth);
$output .= "";
}
function end_lvl($output, $depth) {
$indent = str_repeat("\t", $depth);