Automattic\WooCommerce\Internal\ProductAttributesLookup
LookupDataStore::get_lookup_table_name
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() LookupDataStore::get lookup table name code WC 10.6.2
public function get_lookup_table_name() {
return $this->lookup_table_name;
}