Automattic\WooCommerce\Internal\ProductAttributesLookup

LookupDataStore::get_lookup_table_name()publicWC 1.0

Get the name of the lookup table.

Method of the class: LookupDataStore{}

No Hooks.

Return

String.

Usage

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

LookupDataStore::get_lookup_table_name() code WC 8.6.1

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