Automattic\WooCommerce\Internal\DataStores
CustomMetaDataStore::get_meta_id_field
Returns the name of the field/column used for identifiying metadata entries.
Method of the class: CustomMetaDataStore{}
No Hooks.
Returns
String.
Usage
// protected - for code of main (parent) or child class $result = $this->get_meta_id_field();
CustomMetaDataStore::get_meta_id_field() CustomMetaDataStore::get meta id field code WC 10.3.3
protected function get_meta_id_field() {
return 'id';
}