Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Learndash_Admin_Data_Upgrades_Rename_WPProQuiz_Tables::rename_wpproquiz_table( string $old_table = '', string $new_table = '' )
Convert WPProQuiz Database to new name
Description Description
Parameters Parameters
- $old_table
-
(Optional) Old table name
Default value: ''
- $new_table
-
(Optional) New table name
Default value: ''
Return Return
(mixed) New table name (string) if complete, false if not.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |