WC_Data_Store_WP::get_primary_key_for_lookup_table( string $table )
Get primary key name for lookup table.
Description Description
Parameters Parameters
- $table
-
(Required) Lookup table name.
Return Return
(string)
Source Source
File: includes/data-stores/class-wc-data-store-wp.php
protected function get_primary_key_for_lookup_table( $table ) {
return '';
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.6.0 | Introduced. |