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 6.8.0
abstract protected function get_table_name();