WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_update_nav_menu_item

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/nav-menu.php do_action 606 /**
* Fires after a navigation menu item has been updated.
*
* @since 3.0.0
*
* @see wp_update_nav_menu_item()
*
* @param int $menu_id ID of the updated menu.
* @param int $menu_item_db_id ID of the updated menu item.
* @param array $args An array of arguments used to update a menu item.
*/

Hook Parameters

Parameter Type Name Description
int $menu_id ID of the updated menu.
int $menu_item_db_id ID of the updated menu item.
array $args An array of arguments used to update a menu item.