wp_update_nav_menu_item

wp_update_nav_menu_item

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('wp_update_nav_menu_item') is found 1 times:

  • /wp-includes/nav-menu.php line 613
    	 * @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.
    	 */
    	do_action( 'wp_update_nav_menu_item', $menu_id, $menu_item_db_id, $args );
    
    	return $menu_item_db_id;
    }
    
    /**
     * Returns all navigation menu objects.
    

See this hook used in plugins: