Remove Container Element From wp_nav_menu() Markup

FYI :container => '' is a string operation and it’s default set by div you can’t use true or false like bool expression.

Just change the container => 'ul' then i hope you will get what you want to see.
for more details please read this : https://developer.wordpress.org/reference/functions/wp_nav_menu/

Thanks
Musa

Leave a Comment