Answers for "wordpress get menu name"

PHP
0

how to access the name of menu in worpress

wp_get_nav_menu_name($location)
Posted by: Guest on October-17-2020
0

wordpress display menu by name

wp_nav_menu( array( 'menu' => 'name' ) );
Posted by: Guest on August-20-2021
0

how to access the name of menu in worpress

$menu = wp_get_nav_menu_object("my mainmenu" );
Posted by: Guest on October-17-2020

Browse Popular Code Answers by Language