Description
This filter allows you to pass arguments to the User List to override default values set in the admin or passed through the shortcode. The wpmem_list_users function uses the wp_parse_args function to merge arguments passed through this filter with the following defaults:
[snippet slug=wpmem_ul_settings_args-defaults lang=php]
Parameters
$args
(array) (required) An array of arguments that are to override form $defaults.
Changelog
Introduced in extension version 1.4
Source
wpmem_ul_settings_args is located in wp-members-user-list.php