LLMS_Admin_Menus::add_ons_page_init()
Output the add-ons screen.
Contents
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.menus.php
/** * Output the add-ons screen. * * @since 3.5.0 * @since 3.22.0 Unknown. * @since 6.0.0 Removed loading the LLMS_Admin_AddOns class file that is now handled by the autoloader.
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Removed loading the LLMS_Admin_AddOns class file that is now handled by the autoloader. |
3.5.0 | |
3.22.0 | Introduced. |