apply_filters( 'llms_before_checkout_validation', boolean $valid )
Allow 3rd parties to perform their own validation prior to standard validation.
Description Description
If this returns a truthy, we’ll stop processing
The extension should add a notice in addition to returning the truthy.
Parameters Parameters
- $valid
-
Validation status. If
true
ceases checkout execution. Iffalse
checkout proceeds.
Source Source
File: includes/controllers/class.llms.controller.orders.php