wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



nav_menu_link_attributes › Les Filtres WordPress

Depuis4.1.0
Dépréciéen/a
apply_filters( 'nav_menu_link_attributes', $atts, $menu_item, $args, $depth )
Paramètres: (4)
  • (array) $atts { The HTML attributes applied to the menu item's `<a>` element, empty strings are ignored. @type string $title Title attribute. @type string $target Target attribute. @type string $rel The rel attribute. @type string $href The href attribute. @type string $aria-current The aria-current attribute. }
    Requis: Oui
  • (WP_Post) $menu_item The current menu item object.
    Requis: Oui
  • (stdClass) $args An object of wp_nav_menu() arguments.
    Requis: Oui
  • (int) $depth Depth of menu item. Used for padding.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the HTML attributes applied to a menu item's anchor element.





Source

$atts       = apply_filters( 'nav_menu_link_attributes', $atts, $menu_item, $args, $depth );