apply_filters( 'llms_after_checkout_validation', boolean $stop_processing )
Allow gateways, extensions, etc to do their own validation.
Description Description
After all standard validations are successfully.
If this returns a truthy, we’ll stop processing. The extension should add a notice in addition to returning the truthy.
Parameters Parameters
- $stop_processing
-
(boolean) When a
true
, we'll stop processing. Default isfalse
.