woocommerce_cart_needs_payment, 0 get_total( edit
woocommerce_cart_needs_payment, 0 get_total( edit
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_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. */