Automattic\WooCommerce\Internal\DataStores

CustomMetaDataStore::get_table_name()protectedWC 1.0

Returns the name of the table used for storage.

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

Хуков нет.

Возвращает

Строку.

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

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->get_table_name();

Код CustomMetaDataStore::get_table_name() WC 8.7.0

abstract protected function get_table_name();