Automattic\WooCommerce\Internal\DataStores\Orders
OrdersTableDataStore::get_op_table_alias
Helper function to get alias for op table, this is used in select query.
Method of the class: OrdersTableDataStore{}
No Hooks.
Returns
String. Alias.
Usage
// private - for code of main (parent) class only $result = $this->get_op_table_alias(): string;
OrdersTableDataStore::get_op_table_alias() OrdersTableDataStore::get op table alias code WC 10.8.1
private function get_op_table_alias(): string {
return 'p';
}