Automattic\WooCommerce\Internal\ProductAttributesLookup

DataRegenerator::get_lookup_table_namepublicWC 1.0

Get the name of the product attributes lookup table.

Method of the class: DataRegenerator{}

No Hooks.

Returns

String.

Usage

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

DataRegenerator::get_lookup_table_name() code WC 10.5.0

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