LDLMS_DB::get_table_prefix( string $table_section = '' )
Get the WPProQuiz table name prefix. This is appended to the default WP prefix.
Description Description
Parameters Parameters
- $table_section
-
(Optional) Table section prefix.
Default value: ''
Return Return
(string) table prefix.
Source Source
File: includes/class-ldlms-db.php
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |