helgatheviking / Nav-Menu-Roles

Display / Hide wp_nav_menu() items by role
66 stars 32 forks source link

Hidden child menu item of hidden parent is displayed at end of top-level menu #61

Closed helgatheviking closed 1 year ago

helgatheviking commented 1 year ago

source: https://wordpress.org/support/topic/hidden-sub-menus-are-displayed-when-main-menu-item-is-hidden/#post-16341589

When a parent menu item AND its child menu item are marked as hidden image

the child's visibility is inverted here and ends up displayed without its parent (plus triggers a Warning: Undefined array key 19 in /app/wp-includes/nav-menu-template.php on line 211 notice)

image