LLMS_Admin_Menus::display_admin_menu_late()
Add items to the admin menu with a later priority
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.menus.php
/** * Add items to the admin menu with a later priority * * @since 3.5.0 * @since 3.22.0 Unknown. * * @return void */ public function display_admin_menu_late() { /** * Disable the display and output of LifterLMS Add-ons screen. * * @since Unknown *
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.5.0 | |
3.22.0 | Introduced. |