wp-admin/nav-menus.php:684Adds a CSS class to display the max depth of the navigation menu.
$classesstringstringfunction wp_nav_menu_max_depth( $classes ) { global $_wp_nav_menu_max_depth; return "$classes menu-max-depth-$_wp_nav_menu_max_depth";}Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-admin/nav-menus.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.