Automattic\WooCommerce\Admin\RemoteSpecs\RuleProcessors
TotalPaymentsVolumeProcessor::get_reports_query
Get the report query.
Method of the class: TotalPaymentsVolumeProcessor{}
No Hooks.
Returns
RevenueQuery. The report query.
Usage
// protected - for code of main (parent) or child class $result = $this->get_reports_query( $args );
- $args(array) (required)
- The query args.
TotalPaymentsVolumeProcessor::get_reports_query() TotalPaymentsVolumeProcessor::get reports query code WC 10.6.2
protected function get_reports_query( $args ) {
return new RevenueQuery(
$args
);
}