apply_filters( "lifterlms_validate_custom_user_field_{$field}" )
Run custom validation against the field If filter function returns a truthy, validation will stop, fields will not be saved, and an error message will be displayed on screen This should return false or a string which will be used as the error message
Description Description
Source Source
File: includes/admin/class.llms.admin.user.custom.fields.php
Changelog Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |