Function __global->delete_menu
Definitions
sources/menus2.php
- Delete a menu.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $menu_id | ID_TEXT | No | No | required parameter | N/A | N/A | The ID of the menu |
Preview
Code (PHP)
/**
* Delete a menu.
*
* @param ID_TEXT $menu_id The ID of the menu
*/
function delete_menu(string $menu_id)
* Delete a menu.
*
* @param ID_TEXT $menu_id The ID of the menu
*/
function delete_menu(string $menu_id)

