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
public function add_ons_page_init() {
$view = new LLMS_Admin_AddOns();
$view->handle_actions();
$view->output();
}
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. |