LLMS_Install::create_tables()
Create LifterLMS DB tables
Return Return
(void)
Source Source
File: includes/class.llms.install.php
'wizard_title' => __( 'Student Dashboard', 'lifterlms' ), 'description' => __( 'Page where students can view and manage their current enrollments, earned certificates and achievements, account information, and purchase history.', 'lifterlms' ), 'docs_url' => 'https://lifterlms.com/docs/student-dashboard/?utm_source=LifterLMS%20Plugin&utm_campaign=Plugin%20to%20Sale&utm_medium=Wizard&utm_content=LifterLMS%20Student%20Dashboard', ), ) ); } /** * Create essential starter pages. *
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.3.1 | Unknown. |
1.0.0 | Introduced. |