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' ), ) );