From c9c48918828edfe7d6e6983580ed516a0279556b Mon Sep 17 00:00:00 2001 From: Aaron Yarborough Date: Thu, 20 Dec 2018 20:28:34 +0000 Subject: [PATCH] Register header menu --- functions.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/functions.php b/functions.php index 56f6089..00822c5 100644 --- a/functions.php +++ b/functions.php @@ -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 () {