Automattic\WooCommerce\Internal\ProductAttributesLookup

LookupDataStore::get_lookup_table_name()publicWC 1.0

Get the name of the lookup table.

Метод класса: LookupDataStore{}

Хуков нет.

Возвращает

Строку.

Использование

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

Код LookupDataStore::get_lookup_table_name() WC 8.7.0

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