@stpaulfresno
This code snippet will fix your WP All Users list.
Bug report: https://github.com/ultimatemember/ultimatemember/issues/1272
remove_filter( 'pre_get_users', array( UM()->classes['um\admin\secure'], 'filter_users_by_date_registered' ) );
Install the code snippet into your active theme’s functions.php file
or use the “Code Snippets” plugin.
https://wordpress.org/plugins/code-snippets/
Good day,
I have a similar issue. If I deactivate UM I can search for and see all the users in the admin dashboard but when I re-activate UM many of my users disappear and some when I search for them are not found.
I have downloaded the THEME!! functions.php file using ftp and edited it as you suggest. Logged out of the site, cleared the cache etc logged back in and the issue was resolved.
wp-content/themes/yourtheme/functions.php
/* Ultimate Members Users Not Showing */
remove_filter( ‘pre_get_users’, array( UM()->classes[‘um\admin\secure’], ‘filter_users_by_date_registered’ ) );
Hi @stpaulfresno
This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.
Please feel free to re-open this thread if any other questions come up and we’d be happy to help. 🙂
Regards