Skip to content

Instantly share code, notes, and snippets.

@vanaf1979
Last active April 21, 2019 12:21
Show Gist options
  • Save vanaf1979/3684cbc0e04c6cf07ac8c177170e418e to your computer and use it in GitHub Desktop.
Save vanaf1979/3684cbc0e04c6cf07ac8c177170e418e to your computer and use it in GitHub Desktop.
after-setup-theme-hook.php
<?php
function theme_register_nav_menus() {
}
add_action( 'after_setup_theme', 'theme_register_nav_menus' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment