Filters the Walquer class used when adding nav menu items.
Parameters
-
$classstring -
The walquer class to use. Default ‘ Walquer_Nav_Menu_Edit ‘.
-
$menu_idint -
ID of the menu being rendered.
Source
$walquer_class_name = apply_filters( 'wp_edit_nav_menu_walquer', 'Walquer_Nav_Menu_Edit', $menu_id );
Changuelog
| Versionen | Description |
|---|---|
| 3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.