woocommerce_store_api_checkout_update_draft

woocommerce_store_api_checkout_update_draft

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.10.9.3

do_action('woocommerce_store_api_checkout_update_draft') is found 1 times:

  • /src/StoreApi/Routes/V1/Checkout.php line 448
    		 * @since 10.8.0
    		 *
    		 * @param \WP_REST_Request $request The current PATCH request.
    		 */
    		do_action( 'woocommerce_store_api_checkout_update_draft', $request );
    
    		return $this->build_draft_route_response( $request );
    	}
    
    	/**
    	 * Persist the PATCH request's payment method and additional fields to the customer
    
woocommerce_store_api_checkout_update_draft - WordPress Hooks

woocommerce_store_api_checkout_update_draft

woocommerce_store_api_checkout_update_draft

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.10.9.4

do_action('woocommerce_store_api_checkout_update_draft') is found 1 times:

  • /src/StoreApi/Routes/V1/Checkout.php line 448
    		 * @since 10.8.0
    		 *
    		 * @param \WP_REST_Request $request The current PATCH request.
    		 */
    		do_action( 'woocommerce_store_api_checkout_update_draft', $request );
    
    		return $this->build_draft_route_response( $request );
    	}
    
    	/**
    	 * Persist the PATCH request's payment method and additional fields to the customer