Add data-tag to menu
User add data-tag under a of wordpress menu using filter Assistant To add a custom attribute like `data-tag` to the “ elements in a WordPress menu, you can use the `nav_menu_link_attributes` filter. This filter allows you to modify the attributes of the “ tags in your WordPress navigation menus. Here's how you can add a […]