Automattic\WooCommerce\Internal\DataStores\StockNotifications
StockNotificationsDataStore::get_internal_meta_keys
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() StockNotificationsDataStore::get internal meta keys code WC 10.3.6
public function get_internal_meta_keys(): array {
return array();
}