woocommerce_before_calculate_totals, $this
woocommerce_before_calculate_totals, $this
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_before_calculate_totals, $this') is found 1 times:
- /includes/class-wc-cart.php line 1568
$this->session->set_session(); return; } do_action( 'woocommerce_before_calculate_totals', $this ); new WC_Cart_Totals( $this ); do_action( 'woocommerce_after_calculate_totals', $this ); }