Learndash_Admin_Data_Upgrades_User_Activity_DB_Table::upgrade_db_tables Learndash_Admin_Data_Upgrades_User_Activity_DB_Table::upgrade_db_tables( string $data_version ) Perform DB Tables upgrade. ContentsDescription Parameters Source Changelog Related @package Uses Used By Description # Parameters # $data_version (string) (Required) Current database version we are upgrading from. Source # File: includes/admin/classes-data-upgrades-actions/class-learndash-admin-data-upgrades-user-activity-db-table.php Changelog # Changelog Version Description 2.3.0 Introduced. Related # @package # LearnDash / Data_Upgrades Uses # Uses Uses Description includes/class-ldlms-db.php: LDLMS_DB::check_table_primary_index () Utility function to check the primary index and AUTO_INCREMENT for a database table. includes/class-ldlms-db.php: LDLMS_DB::get_table_name () Utility function to return the table name. This is to prevent hard-coding of the table names throughout the code files. Used By # Used By Used By Description includes/admin/classes-data-upgrades-actions/class-learndash-admin-data-upgrades-user-activity-db-table.php: Learndash_Admin_Data_Upgrades_User_Activity_DB_Table::upgrade_data_settings () Update the LearnDash Settings.
Uses # Uses Uses Description includes/class-ldlms-db.php: LDLMS_DB::check_table_primary_index () Utility function to check the primary index and AUTO_INCREMENT for a database table. includes/class-ldlms-db.php: LDLMS_DB::get_table_name () Utility function to return the table name. This is to prevent hard-coding of the table names throughout the code files.
Used By # Used By Used By Description includes/admin/classes-data-upgrades-actions/class-learndash-admin-data-upgrades-user-activity-db-table.php: Learndash_Admin_Data_Upgrades_User_Activity_DB_Table::upgrade_data_settings () Update the LearnDash Settings.