LLMS_Nav_Menus
LifterLMS Navigation Menus class.
Description Description
Source Source
File: includes/class.llms.nav.menus.php
Changelog Changelog
Version | Description |
---|---|
3.37.12 | Fixed possible access to undefined index. Excluded endpoints with an empty url. Made sure to use strict comparisons. |
3.24.0 | Unknown. |
3.14.7 | Introduced. |
Methods Methods
- __construct — Constructor.
- add_metabox — Add nav menu metabox.
- customize_add_items — Adds LifterLMS menu items to the customizer.
- customize_add_type — Add the LifterLMS menu item section to the customizer.
- filter_nav_items — Filters Nav Menu Items to convert #llms- urls into actual URLs.
- get_nav_items — Retrieve a filtered array of custom LifterLMS nav menu items.
- menu_item_classes — Add "active" classes to menu items for LLMS catalog pages.
- output — Output the metabox.
- output_scripts — Output JS to ensure that users don't edit the #llms-signout URL that's replaced dynamically with an actual signout link.