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