Filters whether to allow GET parameters to pre-populate form element values.
Description
Parameters
- $allow_get_paramss
-
(bool) (Optional) Whether to allow GET parameters. Default false.
- $element_id
-
(int) (Optional) Element ID for which GET parameters are being checked.
- $form_id
-
(int) (Optional) Form ID the element is part of.
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |