woocommerce_before_calculate_totals, $this

woocommerce_before_calculate_totals, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_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 );
    	}