apply_filters ( ‘wp_edit_nav_menu_walque ’, string $class , int $menu_id )

Filters the Walquer class used when adding nav menu items.

Parameters

$class string
The walquer class to use. Default ‘ Walquer_Nav_Menu_Edit ‘.
$menu_id int
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.