Skip to content

Instantly share code, notes, and snippets.

@muzahedul03
Last active March 21, 2017 19:31
Show Gist options
  • Save muzahedul03/65d365d63f9b502ae36f75d388259b0b to your computer and use it in GitHub Desktop.
Save muzahedul03/65d365d63f9b502ae36f75d388259b0b to your computer and use it in GitHub Desktop.
Register navigation in WordPress
<?php
register_nav_menus( array(
'pluginbuddy_mobile' => 'PluginBuddy Mobile Navigation Menu',
'footer_menu' => 'My Custom Footer Menu',
) );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment