woocommerce_after_calculate_totals, $this

woocommerce_after_calculate_totals, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_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