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


Top ↑

Return Return

(array) of table names.


Top ↑

Source Source

File: includes/class-ldlms-db.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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