Nav_Items_Customizer
Responsible for adding the BigCommerce nav items into the theme customizer
- Full name:
\BigCommerce\Nav_Menu\Nav_Items_Customizer
Methods
register_item_type
public register_item_type(array $types): array
Parameters:
Parameter | Type | Description |
---|---|---|
$types | array |
register_menu_items
public register_menu_items(array $items, string $type, string $object, int $page): array
Parameters:
Parameter | Type | Description |
---|---|---|
$items | array | The array of menu items. |
$type | string | The object type. |
$object | string | The object name. |
$page | int | The current page number. |
Automatically generated on 2025-01-21