woocommerce_cart_needs_payment, 0 get_total( edit

woocommerce_cart_needs_payment, 0 get_total( edit

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_cart_needs_payment, 0 get_total( edit') is found 1 times:

  • /includes/class-wc-cart.php line 1581
    	 *
    	 * @return bool
    	 */
    	public function needs_payment() {
    		return apply_filters( 'woocommerce_cart_needs_payment', 0 < $this->get_total( 'edit' ), $this );
    	}
    
    	/*
    	 * Shipping related functions.
    	 */