Function __global->menu_items_being_saved

Definitions

sources/menus2.php

  • Find all the menu items being saved.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • A list of the menu item IDs being saved (i.e. what it is referenced as in POST)
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find all the menu items being saved.
 *
 * @return array A list of the menu item IDs being saved (i.e. what it is referenced as in POST)
 */

function menu_items_being_saved() : array