LLMS_Admin_Menus::status_page_actions()
Handle form submission actions on the status pages
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.menus.php
// Tools. foreach ( glob( LLMS_PLUGIN_DIR . 'includes/admin/tools/class-llms-admin-tool-*.php' ) as $tool_path ) { require_once $tool_path; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.37.19 | Load tools-related files. |
3.11.2 | Introduced. |