Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LDLMS_DB::get_table_primary_index_set( string $table_name = '' )
Returns the Primary Index set if available.
Description Description
Parameters Parameters
- $table_name
-
(Optional) Name of table to check.
Default value: ''
Return Return
(array) of table index set..
Source Source
File: includes/class-ldlms-db.php
Changelog Changelog
Version | Description |
---|---|
3.1.8 | Introduced. |