admin管理员组

文章数量:1130349

I am trying to add a wrapping div around a specific sub-menu.
what is the best way to do it ? is there a way to target the sub-menu and modify it or should i just use 'wp_nav_menu' or 'wp_nav_menu_items' filters and do some string manipulation to get this done ?

I am trying to add a wrapping div around a specific sub-menu.
what is the best way to do it ? is there a way to target the sub-menu and modify it or should i just use 'wp_nav_menu' or 'wp_nav_menu_items' filters and do some string manipulation to get this done ?

本文标签: theme developmentAdd wrapper for a specific submenu