apply_filters( 'wp_edit_nav_menu_walker', string $class, int $menu_id )

Filters the Walker class used when adding nav menu items.


Description Description


Parameters Parameters

$class

(string) The walker class to use. Default 'Walker_Nav_Menu_Edit'.

$menu_id

(int) ID of the menu being rendered.


Top ↑

Source Source

File: wp-admin/includes/nav-menu.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.