Automattic\WooCommerce\Internal\DataStores\Orders
OrdersTableDataStore::get_op_table_alias()
Helper function to get alias for op table, this is used in select query.
Метод класса: OrdersTableDataStore{}
Хуков нет.
Возвращает
Строку
. Alias.
Использование
// private - только в коде основоного (родительского) класса $result = $this->get_op_table_alias() : string;
Код OrdersTableDataStore::get_op_table_alias() OrdersTableDataStore::get op table alias WC 8.1.1
private function get_op_table_alias() : string { return 'order_operational_data'; }