Bootstrap 4 mobile menu not working for WordPress Development

You don’t have an ID in your wp_nav_menu call. Add 'container_id' => 'navbarCollapse', to the array you’re passing in. And remove the HTML below it that has all the commented out code in it.