woocommerce_after_calculate_totals, $this
woocommerce_after_calculate_totals, $this
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_after_calculate_totals, $this') is found 1 times:
- /includes/class-wc-cart.php line 1572
do_action( 'woocommerce_before_calculate_totals', $this ); new WC_Cart_Totals( $this ); do_action( 'woocommerce_after_calculate_totals', $this ); } /** * Looks at the totals to see if payment is actually required. * * @return bool