Automattic\WooCommerce\Internal\DataStores\Orders
OrdersTableDataStore::get_operational_data_table_name()
Get the orders operational data table name.
Метод класса: OrdersTableDataStore{}
Хуков нет.
Возвращает
Строку
. The orders operational data table name.
Использование
$result = OrdersTableDataStore::get_operational_data_table_name();
Код OrdersTableDataStore::get_operational_data_table_name() OrdersTableDataStore::get operational data table name WC 9.3.3
public static function get_operational_data_table_name() { global $wpdb; return $wpdb->prefix . 'wc_order_operational_data'; }