Tag: menu

Add Custom Fields to WordPress Menu Items

A minimal working example of how to use the `wp_nav_menu_item_custom_fields` hook

First a little backstory A WordPress commit that I am personally very excited to finally see get merged into core is the addition of a wp_nav_menu_item_custom_fields hook! As the author of the Nav Menu Roles plugin, I’ve needed to display custom fields on menu items. But in the admin, the menu items are displayed by […]