BillingAddressSchema::validate_callback( array $address, WP_REST_Request $request, string $param )

Validate the given address object.


Description Description


Parameters Parameters

$address

(Required) Value being sanitized.

$request

(Required) The Request.

$param

(Required) The param being sanitized.


Top ↑

Return Return

(true|WP_Error)


Top ↑

Source Source

File: packages/woocommerce-blocks/src/StoreApi/Schemas/BillingAddressSchema.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.