Automattic\WooCommerce\Internal\ProductAttributesLookup

LookupDataStore::get_lookup_table_namepublicWC 1.0

Get the name of the lookup table.

Method of the class: LookupDataStore{}

No Hooks.

Returns

String.

Usage

$LookupDataStore = new LookupDataStore();
$LookupDataStore->get_lookup_table_name();

LookupDataStore::get_lookup_table_name() code WC 10.6.2

public function get_lookup_table_name() {
	return $this->lookup_table_name;
}