LDLMS_DB::get_tables( string $table_section = '', boolean $return_sections = false )
Get an array of all custom tables.
Description Description
Parameters Parameters
- $table_section
-
(Optional) Table section prefix.
Default value: ''
- $return_sections
-
(Optional) Default false returns flat array. True to return table names array with sections.
Default value: false
Return Return
(array) of table names.
Source Source
File: includes/class-ldlms-db.php
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |