apply_filters( "wp_nav_menu_{$menu->slug}_items", string $items, stdClass $args )

Filters the HTML list content for a specific navigation menu.


Description Description

See also See also


Top ↑

Parameters Parameters

$items

(string) The HTML list content for the menu items.

$args

(stdClass) An object containing wp_nav_menu() arguments.


Top ↑

Source Source

File: wp-includes/nav-menu-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.