LLMS_Install::create_tables()

Create LifterLMS DB tables


Return Return

(void)


Top ↑

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


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.