WC_Data_Store_WP::get_data_for_lookup_table( int $id, string $table )
Get data to save to a lookup table.
Description Description
Parameters Parameters
- $id
-
(Required) ID of object to update.
- $table
-
(Required) Lookup table name.
Return Return
(array)
Source Source
File: includes/data-stores/class-wc-data-store-wp.php
protected function get_data_for_lookup_table( $id, $table ) { return array(); }
Changelog Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |