Snippets Collections

/*:::::::::::::::::::: Adding class to menu anchors ::::::::::::::::::::*/
function add_link_atts($atts) {
   $atts['class'] = "nav-link";
   return $atts;
 }
 add_filter( 'nav_menu_link_attributes', 'add_link_atts');
star

Sat May 14 2022 10:11:15 GMT+0000 (Coordinated Universal Time)

#anchor

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension