Automattic\WooCommerce\Internal\DataStores\StockNotifications
StockNotificationsMetaDataStore::get_object_id_field
Returns the name of the field/column used for associating meta with objects.
Method of the class: StockNotificationsMetaDataStore{}
No Hooks.
Returns
string.
Usage
// protected - for code of main (parent) or child class $result = $this->get_object_id_field();
StockNotificationsMetaDataStore::get_object_id_field() StockNotificationsMetaDataStore::get object id field code WC 11.0.1
protected function get_object_id_field() {
return 'notification_id';
}