Filter: gravityview/get_users/ . $context
Modify the settings used to fetch users.
There are issues with too many users using get_users() where it breaks the select. We try to keep it at a reasonable number. $context is where we are using this information (e.g. change_entry_creator, search_widget).
Parameters
| Name | Type | Description |
|---|---|---|
| $settings | array | Settings array, with number key defining the # of users to display. |
Since
- 1.8
Source
Defined in src/Legacy/Utility/Common.php at line 2190