added secondary menu

This commit is contained in:
jorge-vitrubio 2022-11-29 19:48:22 +01:00
parent 26fa1d8379
commit f1e5255af7
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ function ofisuport_setup() {
register_nav_menus(
array(
'menu-1' => esc_html__( 'Primary', 'ofisuport' ),
'menu-2' => esc_html__( 'Secondary', 'ofisuport' ),
)
);