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
Source
Defined in includes/class-common.php at line 2126