apply_filters( "llms_update_option_{$type}", string|null $option_value , array $field )
Filters the value of a settings field after it has been parsed and sanitized and before it is saved to the database.
Description Description
The dynamic portion of this hook, {$type}
refers to the setting field type: email, text, checkbox, etc…
Parameters Parameters
- $option_value
-
(string|null) The sanitized option value or
null
. - $field
-
(array) The settings field array.
Source Source
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |