Automattic\WooCommerce\Internal\DataStores
CustomMetaDataStore::get_table_name
Returns the name of the table used for storage.
Method of the class: CustomMetaDataStore{}
No Hooks.
Returns
String.
Usage
// protected - for code of main (parent) or child class $result = $this->get_table_name();
CustomMetaDataStore::get_table_name() CustomMetaDataStore::get table name code WC 10.8.1
abstract protected function get_table_name();