Display a Menu Locations selector as radio, checkbox or select field type.
| Setting name | Description |
| Allow Forms | Filter which menu locations can be chosen |
| Appearance | Select the appearance of this field |
| Default Value | Enter each default value on a new line |
| Return Value | Return the name, local or both (array) |
| Allow Null | Allow empty value |
| Layout | Choose the layout |
| Toggle | Allow to toggle all values |
| Allow Custom | Allow custom value |
| Save Custom | Save custom value in the field settings |
| Select multiple values | Allow multiple values selection |
| Stylised UI | Enable Select2 UI style |
$menu_locations = get_field('menu_locations');
/**
* array(
* 'name' => 'primary',
* 'label' => 'Primary Menu',
* )
*/$menu_locations = get_field('menu_locations');
// primary$menu_locations = get_field('menu_locations');
// Primary Menu$menu_locations = get_field('menu_locations', false, false);
// primary