Automattic\WooCommerce\Admin\RemoteSpecs\RuleProcessors
TotalPaymentsVolumeProcessor::get_reports_query()
Get the report query.
Method of the class: TotalPaymentsVolumeProcessor{}
No Hooks.
Return
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 9.8.2
protected function get_reports_query( $args ) { return new RevenueQuery( $args ); }