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