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