## `application.menus` Set application menus. ### Options; ```php [ '$name' => (boolean|string) $enable|$name ], ]; ``` ### Examples; #### Register ```php [ 'main' => true, 'side' => 'Sidebar' ], ]; ``` Passing in `true` will use the key in studly case. `main_menu` displays as `Main Menu`. ### Remove; ```php [ 'primary_navigation' => false, ], ]; ``` ### Further Reading; - `menus.$name` - [https://developer.wordpress.org/reference/functions/register_nav_menus/](https://developer.wordpress.org/reference/functions/register_nav_menus/) ### Bug? - **[Please open an issue](https://github.com/darrenjacoby/intervention/issues/new?title=[application.menus]&labels=bug&assignees=darrenjacoby)**