Created
June 6, 2017 19:20
-
-
Save iqbalmauludy/5035422e6a62a6fb8a6b33dd7da485b1 to your computer and use it in GitHub Desktop.
Penggunaan untuk satu menu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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