I want to add a div at the bottom of the wordpress wp_nav_menu so it will look like this:
<ul>
<li>...</li>
<li>...</li>
<li>...</li>
<div class="my-div"></div>
</ul>
I can’t seem to find a way to do it in the function document on wordpress, can anyone please help?
Try this code:
Try this :
Just Replace
items_wrap
with below line