apply_filters( 'llms_after_generate_order_validation', boolean|WP_Error $validation_error )
Allows 3rd party validation prior to generation of an order.
Description Description
This validation hook runs after all default validation.
Parameters Parameters
- $validation_error
-
(boolean|WP_Error) Halts checkout and returns the supplied error.
Source Source
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |