LLMS_Admin_Menus::resources_page_init()
Output the HTML for admin resources screen.
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.menus.php
public function resources_page_init() {
LLMS_Admin_Resources::register_meta_boxes();
LLMS_Admin_Resources::output();
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 7.4.1 | Introduced. |