wordpress vorname im menu code example
Example 1: how to access the name of menu in worpress
wp_get_nav_menu_name($location)
Example 2: how to access the name of menu in worpress
Object (
term_id => 4
name => My Menu Name
slug => my-menu-name
term_group => 0
term_taxonomy_id => 4
taxonomy => nav_menu
description =>
parent => 0
count => 6
)