wc_order_is_editable

wc_order_is_editable

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('wc_order_is_editable') is found 1 times:

  • /includes/class-wc-order.php line 1604
    	 *
    	 * @return bool
    	 */
    	public function is_editable() {
    		return apply_filters( 'wc_order_is_editable', in_array( $this->get_status(), array( 'pending', 'on-hold', 'auto-draft' ), true ), $this );
    	}
    
    	/**
    	 * Returns if an order has been paid for based on the order status.
    	 *
    	 * @since 2.5.0