Automattic\WooCommerce\Internal\DataStores\StockNotifications
StockNotificationsDataStore::get_meta_table_name
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() 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();
}