LLMS_Admin_Menus::builder_init()
Output the HTML for the Course Builder
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.menus.php
public function builder_init() {
LLMS_Admin_Builder::output();
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 6.0.0 | Removed loading the LLMS_Admin_Builder class file that is now handled by the autoloader. |
| 3.16.0 | Unknown. |
| 3.13.0 | Introduced. |