DataStore::get_ids_table( array $ids, array $id_field, array $other_values = array() )
Generates a virtual table given a list of IDs.
Description Description
Parameters Parameters
- $ids
-
(Required) Array of IDs.
- $id_field
-
(Required) Name of the ID field.
- $other_values
-
(Optional) Other values that must be contained in the virtual table.
Default value: array()
Return Return
(array)
Source Source
File: packages/woocommerce-admin/src/API/Reports/DataStore.php