From f1e5255af70e369f725f8ff4600813cad0437524 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Tue, 29 Nov 2022 19:48:22 +0100 Subject: [PATCH] added secondary menu --- functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.php b/functions.php index 2dc97a5..fdb52c3 100644 --- a/functions.php +++ b/functions.php @@ -50,6 +50,7 @@ function ofisuport_setup() { register_nav_menus( array( 'menu-1' => esc_html__( 'Primary', 'ofisuport' ), + 'menu-2' => esc_html__( 'Secondary', 'ofisuport' ), ) );