woocommerce_admin_report_data, $this->report_data
woocommerce_admin_report_data, $this->report_data
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_admin_report_data, $this->report_data') is found 1 times:
- /includes/admin/reports/class-wc-report-sales-by-date.php line 446
// Item items ordered in this period, even if refunded. $this->report_data->total_items = absint( array_sum( wp_list_pluck( $this->report_data->order_items, 'order_item_count' ) ) ); // 3rd party filtering of report data $this->report_data = apply_filters( 'woocommerce_admin_report_data', $this->report_data ); } /** * Get the legend for the main chart sidebar. * * @return array