add_filter ('nasa_max_depth_main_menu','custom_max_depth_menu');function custom_max_depth_menu ($depth){return 3;// Return max depth menu - Default is 3}