LLMS_Install::create_tables()

Create LifterLMS DB tables


Return Return

(void)


Top ↑

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.
 *


Top ↑

Changelog Changelog

Changelog
Version Description
3.3.1 Unknown.
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.