Answers for "how to get menu from wordpress php"

PHP
0

wp main menu

wp_nav_menu( array( 'theme_location' => 'header', 'menu' => 'Main Menu') );
Posted by: Guest on July-23-2020
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

Code answers related to "how to get menu from wordpress php"

Browse Popular Code Answers by Language