Automattic\WooCommerce\Internal\DataStores\StockNotifications

StockNotificationsDataStore::get_internal_meta_keyspublicWC 1.0

Get the internal meta keys.

Required for the use of the WC_Data::is_internal_meta_key() method. It's a no-op for custom tables.

Method of the class: StockNotificationsDataStore{}

No Hooks.

Returns

Array.

Usage

$StockNotificationsDataStore = new StockNotificationsDataStore();
$StockNotificationsDataStore->get_internal_meta_keys(): array;

StockNotificationsDataStore::get_internal_meta_keys() code WC 10.3.6

public function get_internal_meta_keys(): array {
	return array();
}