Skip to content

Instantly share code, notes, and snippets.

@iqbalmauludy
Created June 6, 2017 19:20
Show Gist options
  • Save iqbalmauludy/5035422e6a62a6fb8a6b33dd7da485b1 to your computer and use it in GitHub Desktop.
Save iqbalmauludy/5035422e6a62a6fb8a6b33dd7da485b1 to your computer and use it in GitHub Desktop.
Penggunaan untuk satu menu
function register_my_menu() {
register_nav_menu('new-menu',__( 'New Menu' ));
}
add_action( 'init', 'register_my_menu' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment