Automattic\WooCommerce\Admin\API\Reports

DataStoreInterface::get_datapublicWC 1.0

Get the data based on args.

Method of the class: DataStoreInterface{}

No Hooks.

Returns

stdClass|WP_Error.

Usage

$DataStoreInterface = new DataStoreInterface();
$DataStoreInterface->get_data( $args );
$args(array) (required)
Query parameters.

DataStoreInterface::get_data() code WC 10.3.6

public function get_data( $args );