woocommerce_order_after_calculate_totals, $and_taxes, $this
woocommerce_order_after_calculate_totals, $and_taxes, $this
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_order_after_calculate_totals, $and_taxes, $this') is found 1 times:
- /includes/abstracts/abstract-wc-order.php line 2205
if ( $this->has_cogs() && $this->cogs_is_enabled() ) { $this->calculate_cogs_total_value(); } do_action( 'woocommerce_order_after_calculate_totals', $and_taxes, $this ); $this->save(); return $this->get_total(); }