How Do I Disable Menu Items in WordPress?

There are a few ways to disable menu items in WordPress:

1. Use the wp_options() function to disable specific menu items.

2. Use the wp_print_menu() function to print a list of all menu items.

3. Use the wp_nav_menu() function to create a custom menu.

4. Use the add_action() function to add a custom code to a specific WordPress file.