Get All WordPress Navigation Menus list

If you are trying to create a new options in metaboxes oo in theme options to get all the wordpress menu list.Use the Below code.

<?php
$display_menus = get_terms( 'nav_menu' );
foreach($display_menus as $menu)
{
echo $menu->name;
}
?>

!Important Update Your All in One SEO Pack WordPress Plugin Now

All wordpress sites are getting hacked for the users who are using older version of  " All in One Seo Plugin".  The code in the plugin had couple of security issues that enabled hackers to:
(1) Conduct privilege escalation
(2) Cross site scripting (XSS) attacks
So to Protect your Website Update to latest version Now