Automattic\WooCommerce\Admin\API\Reports

DataStoreInterface::get_data()publicWC 1.0

Get the data based on args.

Method of the class: DataStoreInterface{}

No Hooks.

Return

stdClass|WP_Error.

Usage

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

DataStoreInterface::get_data() code WC 8.7.0

public function get_data( $args );