apply_filters( 'hivepress/v1/menus/{menu_name}/meta', $meta ) → {array}
Filters the menu class meta. The class meta stores properties related to the menu type rather than a specific menu instance. The dynamic part of the hook refers to the menu name (e.g. user_account
). You can check the available menus in the includes/menus
directory of HivePress.
Parameters:
Name | Type | Description |
---|---|---|
$meta |
array | Class meta values. |
- Source:
Returns:
Class meta values.
- Type
- array