Automattic\WooCommerce\Internal\DataStores\Orders

OrdersTableDataStoreMeta::get_cache_group()protectedWC 1.0

Returns the cache group to store cached data in.

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

Хуков нет.

Возвращает

Строку.

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

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

Код OrdersTableDataStoreMeta::get_cache_group() WC 9.7.1

protected function get_cache_group() {
	return 'orders_meta';
}