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.


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/data-stores/class-wc-data-store-wp.php

	protected function get_data_for_lookup_table( $id, $table ) {
		return array();
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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