Automattic\WooCommerce\Admin\API\Reports
DataStoreInterface::get_data
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() DataStoreInterface::get data code WC 10.3.6
public function get_data( $args );