Answers for "get menu name wordpress"

PHP
1

how to get all menu in wordpress

$menus = wp_get_nav_menus();
Posted by: Guest on November-03-2021
0

how to access the name of menu in worpress

echo $menu->name;
Posted by: Guest on October-17-2020

Browse Popular Code Answers by Language