LLMS_Install::create_tables()

Create LifterLMS DB tables


Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.install.php

	public static function create_tables() {

		global $wpdb;

		$wpdb->hide_errors();

		require_once ABSPATH . 'wp-admin/includes/upgrade.php';

		dbDelta( self::get_schema() );

	}


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.