LLMS_Admin_Menus::reporting_page_init()
Output the HTML for the reporting screens
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.menus.php
* Output the HTML for admin settings screens * * @since Unknown * @since 6.0.0 Removed loading the LLMS_Admin_Settings class file that is now handled by the autoloader. * * @return void */ public function settings_page_init() { LLMS_Admin_Settings::output(); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Removed inclusion of LLMS_Admin_Reporting which is now loaded automatically. |
3.35.0 | Sanitize input data. |
3.2.0 | |
3.13.0 | Introduced. |