Automattic\WooCommerce\Admin\RemoteSpecs\RuleProcessors
TotalPaymentsVolumeProcessor::get_reports_query
Get the report query.
Метод класса: TotalPaymentsVolumeProcessor{}
Хуков нет.
Возвращает
RevenueQuery. The report query.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_reports_query( $args );
- $args(массив) (обязательный)
- The query args.
Код TotalPaymentsVolumeProcessor::get_reports_query() TotalPaymentsVolumeProcessor::get reports query WC 10.7.0
protected function get_reports_query( $args ) {
return new RevenueQuery(
$args
);
}