LLMS_Nav_Menus::customize_add_items( array $items = array(), string $type = '', string $object = '', integer $page )
Adds LifterLMS menu items to the customizer.
Description Description
Parameters Parameters
- $items
-
(Optional) Menu items.
Default value: array()
- $type
-
(Optional) Requested menu item type.
Default value: ''
- $object
-
(Optional) Requested menu item object.
Default value: ''
- $page
-
(Optional) Requested page number. Default
0
.
Return Return
(array)
Source Source
File: includes/class.llms.nav.menus.php
Changelog Changelog
Version | Description |
---|---|
3.14.7 | Introduced. |