Automattic\WooCommerce\Internal\DataStores\StockNotifications

StockNotificationsDataStore::get_meta_table_namepublicWC 1.0

Get the stock notifications meta table name.

Method of the class: StockNotificationsDataStore{}

No Hooks.

Returns

String.

Usage

$StockNotificationsDataStore = new StockNotificationsDataStore();
$StockNotificationsDataStore->get_meta_table_name(): string;

StockNotificationsDataStore::get_meta_table_name() code WC 10.3.6

public function get_meta_table_name(): string {
	return $this->data_store_meta->get_table_name();
}