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: ''


Top ↑

Return Return

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


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.