Looking for a solution to add "data-hover" to menu items on Wordpress, like:
Wanting to insert:
data-hover="ABOUT US"
into
<a href="#">ABOUT US</a>
without manually editing the link's HTML to make it:
<a href="#" data-hover="ABOUT US">ABOUT US</a>
Struggling with Wordpress's complexity and can't find a way to do this without using javascript. Any suggestions or ideas would be greatly appreciated!