LDLMS_DB::get_table_name( string $table_name = '', string $table_section = '' )
Utility function to return the table name. This is to prevent hard-coding of the table names throughout the code files.
Description Description
Parameters Parameters
- $table_name
-
(Optional) Name of table to return full table name.
Default value: ''
- $table_section
-
(Optional) Table section prefix.
Default value: ''
Return Return
(string) Table Name if found.
Source Source
File: includes/class-ldlms-db.php
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |