Register header menu

This commit is contained in:
Aaron Yarborough 2018-12-20 20:28:34 +00:00
parent 86ded7ef9b
commit c9c4891882

View file

@ -50,6 +50,11 @@ add_action('template_redirect', function () {
}
});
add_action('init', function () {
register_nav_menu('header-menu', __('Header Menu'));
});
// Register Custom Post Type
add_action('init', function () {