How to Register and Add Navigation Menu in WordPress
First let’s see how we can register menus in WordPress. Check out the code below.
register_nav_menus(
array(
‘top’ => __( ‘MyAccount Menu’, ‘wocommerce’ ),
)
);
‘top’ is location
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.