wp-includes/customize/class-wp-customize-nav-menus-panel.php:52Returns the advanced options for the nav menus page.
public function wp_nav_menu_manage_columns() { _deprecated_function( __METHOD__, '4.5.0', 'wp_nav_menu_manage_columns' ); require_once ABSPATH . 'wp-admin/includes/nav-menu.php'; return wp_nav_menu_manage_columns(); }Introduced in 4.3.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-includes/customize/class-wp-customize-nav-menus-panel.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.