WC_Data_Store_WP::get_primary_key_for_lookup_table
Get primary key name for lookup table.
Method of the class: WC_Data_Store_WP{}
No Hooks.
Returns
String.
Usage
// protected - for code of main (parent) or child class $result = $this->get_primary_key_for_lookup_table( $table );
- $table(string) (required)
- Lookup table name.
Changelog
| Since 3.6.0 | Introduced. |
WC_Data_Store_WP::get_primary_key_for_lookup_table() WC Data Store WP::get primary key for lookup table code WC 10.4.3
protected function get_primary_key_for_lookup_table( $table ) {
return '';
}