woocommerce_get_order_item_totals, $total_rows, $this, $tax_display
woocommerce_get_order_item_totals, $total_rows, $this, $tax_display
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_get_order_item_totals, $total_rows, $this, $tax_display') is found 2 times:
- /includes/abstracts/abstract-wc-order.php line 2618
$this->add_order_item_totals_fee_rows( $total_rows, $tax_display ); $this->add_order_item_totals_tax_rows( $total_rows, $tax_display ); $this->add_order_item_totals_total_row( $total_rows, $tax_display ); return apply_filters( 'woocommerce_get_order_item_totals', $total_rows, $this, $tax_display ); } /* |-------------------------------------------------------------------------- | Conditionals |--------------------------------------------------------------------------
- /includes/class-wc-order.php line 2582
if ( $email_improvements_enabled ) { $this->add_order_item_totals_payment_method_row( $total_rows, $tax_display ); } return apply_filters( 'woocommerce_get_order_item_totals', $total_rows, $this, $tax_display ); } /** * Check if order has been created via admin, checkout, or in another way. * * @since 4.0.0