Automattic\WooCommerce\Utilities
OrderUtil::get_table_for_orders()
Get the name of the database table that's currently in use for orders.
Method of the class: OrderUtil{}
No Hooks.
Return
String
.
Usage
$result = OrderUtil::get_table_for_orders();
OrderUtil::get_table_for_orders() OrderUtil::get table for orders code WC 9.4.2
public static function get_table_for_orders() { return wc_get_container()->get( COTMigrationUtil::class )->get_table_for_orders(); }