Automattic\WooCommerce\Utilities

OrderUtil::get_table_for_order_metapublic staticWC 1.0

Get the name of the database table that's currently in use for orders.

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

Хуков нет.

Возвращает

Строку.

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

$result = OrderUtil::get_table_for_order_meta();

Код OrderUtil::get_table_for_order_meta() WC 10.4.0

public static function get_table_for_order_meta() {
	return wc_get_container()->get( COTMigrationUtil::class )->get_table_for_order_meta();
}