apply_filters( 'llms_before_registration_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
-
(boolean) Validation status. If
trueceases registration execution. Iffalseregistration proceeds.
Source Source
File: includes/forms/controllers/class.llms.controller.registration.php
Changelog Changelog
| Version | Description |
|---|---|
| 7.8.0 | Introduced. |