Otherwise it falls back to echoing another menu (the first?) instead of nothing.
<?= wp_nav_menu( [ 'echo' => false, 'fallback_cb' => false, 'theme_location' => 'footer-2-a' ] ) ?: ''; ?>
Otherwise it falls back to echoing another menu (the first?) instead of nothing.
<?= wp_nav_menu( [ 'echo' => false, 'fallback_cb' => false, 'theme_location' => 'footer-2-a' ] ) ?: ''; ?>