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 9.7.1
protected function get_reports_query( $args ) { return new RevenueQuery( $args ); }