woocommerce_order_is_paid

woocommerce_order_is_paid

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_order_is_paid') is found 1 times:

  • /includes/class-wc-order.php line 1614
    	 * @since 2.5.0
    	 * @return bool
    	 */
    	public function is_paid() {
    		return apply_filters( 'woocommerce_order_is_paid', $this->has_status( wc_get_is_paid_statuses() ), $this );
    	}
    
    	/**
    	 * Checks if product download is permitted.
    	 *
    	 * @return bool