Browse: Home / Classes / Learndash_Admin_Data_Upgrades_Rename_WPProQuiz_Tables /

Learndash_Admin_Data_Upgrades_Rename_WPProQuiz_Tables::rename_wpproquiz_table

Learndash_Admin_Data_Upgrades_Rename_WPProQuiz_Tables::rename_wpproquiz_table( string $old_table = '',  string $new_table = '' )

Convert WPProQuiz Database to new name


Description #


Parameters #

$old_table

(string) (Optional) Old table name.

Default value: ''

$new_table

(string) (Optional) New table name.

Default value: ''


Return #

(mixed) New table name (string) if complete, false if not.


Source #

File: includes/admin/classes-data-upgrades-actions/class-learndash-admin-data-upgrades-rename_wpproquiz-tables.php


Changelog #

Changelog
Version Description
3.1.0 Introduced.