Browse: Home / Classes / LDLMS_DB /

LDLMS_DB::get_table_prefix

LDLMS_DB::get_table_prefix( string $table_section = '' )

Get the WPProQuiz table name prefix. This is appended to the default WP prefix.


Description #


Parameters #

$table_section

(string) (Optional) Table section prefix.

Default value: ''


Return #

(string) table prefix.


Source #

File: includes/class-ldlms-db.php


Changelog #

Changelog
Version Description
2.6.0 Introduced.