LLMS_Nav_Menus::customize_add_type( array $types )
Add the LifterLMS menu item section to the customizer.
Parameters Parameters
- $types
-
(array) (Required) Existing menu item types.
Return Return
(array)
Source Source
File: includes/class.llms.nav.menus.php
} return array_slice( $items, 10 * $page, 10 ); } /** * Add the LifterLMS menu item section to the customizer. * * @since 3.14.7 *
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.14.7 | Introduced. |