Title: itemprop attribute
Last modified: January 13, 2020

---

# itemprop attribute

 *  Resolved [outrospective](https://wordpress.org/support/users/outrospective/)
 * (@outrospective)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/itemprop-attribute/)
 * Hi. First of all I absolutely love the plugin. Excellent work. I’m only wondering
   if I can add the itemprop attribute ‘url’ to your menu using funcions.php? On
   my standard menu it worked using the following function:
 * function add_menu_attributes( $atts, $item, $args ) {
    $atts[‘itemprop’] = ‘url’;
   return $atts; } add_filter( ‘nav_menu_link_attributes’, ‘add_menu_attributes’,
   10, 3 );
 * This unfortunately does not work anymore with the megamenu
 * Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [megamenu](https://wordpress.org/support/users/megamenu/)
 * (@megamenu)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/itemprop-attribute/#post-12319516)
 * Hi outrospective,
 * Glad you like the plugin 🙂
 * We have all the same filters as the core WordPress menu walker, they are just
   prepended with “megamenu_”. In your code, try changing:
 * `nav_menu_link_attributes`
 * to
 * `megamenu_nav_menu_link_attributes`
 * Regards,
    Tom
 *  Thread Starter [outrospective](https://wordpress.org/support/users/outrospective/)
 * (@outrospective)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/itemprop-attribute/#post-12320656)
 * Thanks a lot Tom. It worked 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘itemprop attribute’ is closed to new replies.

 * ![](https://ps.w.org/megamenu/assets/icon-128x128.png?rev=1489843)
 * [Max Mega Menu](https://wordpress.org/plugins/megamenu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/megamenu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/megamenu/)
 * [Active Topics](https://wordpress.org/support/plugin/megamenu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/megamenu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/megamenu/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [outrospective](https://wordpress.org/support/users/outrospective/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/itemprop-attribute/#post-12320656)
 * Status: resolved