LLMS_Install::create_tables()
Create LifterLMS DB tables
Return Return
(void)
Source Source
File: includes/class.llms.install.php
293 294 295 296 297 298 299 300 301 302 303 | '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' ), ), ) ); } /** * 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. |