We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e00a24 commit 8919c9eCopy full SHA for 8919c9e
1 file changed
themes/osi/header-ai.php
@@ -29,6 +29,7 @@
29
</div><!-- .site-branding -->
30
<nav aria-label="Primary" id="site-navigation" class="nav-main" role="navigation">
31
<?php
32
+ dump( get_registered_nav_menus());
33
if ( array_key_exists( 'ai', get_registered_nav_menus() ) ) :
34
wp_nav_menu(
35
array(
0 commit comments