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()


Top ↑

Return Return

(array)


Top ↑

Source Source

File: packages/woocommerce-admin/src/API/Reports/DataStore.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.