Hello.
Unfortunately, there is no ability to do that by default. About custom development, you could check with Marcus.
https://app.hubspot.com/meetings/marcus-smoot
Regards.
Just say me where is file with this function? order by user registered … i want sort by time
I didn’t find any meta field which is responsible for that.
here are screens from DB:
https://ibb.co/fk9Z3A – wp_crm_log
https://ibb.co/hf8iwV – wp_users
the wp_crm_log table provides a time column, and object_id refers to the user in the wp_users table
and we need to make a code for functions.php which suggests that users in the wp-crm plug-in will not be listed by date of registration, but by adding a log (wp_crm_log provides the time column)
That time is not the time when the user was updated.