Automattic\WooCommerce\Internal\DataStores
CustomMetaDataStore::get_table_name()
Returns the name of the table used for storage.
Метод класса: CustomMetaDataStore{}
Хуков нет.
Возвращает
Строку
.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_table_name();
Код CustomMetaDataStore::get_table_name() CustomMetaDataStore::get table name WC 7.5.1
abstract protected function get_table_name();