Hello @melchi2
If you are looking to modify user query on members directory, you can use following hook and modify query as per your requirement but you will need some coding knowledge for this:
add_filter( 'um_prepare_user_query_args',function( $query_args, $directory_settings ){
// modify arguments here
return $query_args;
}, 15, 2 );
Regards,
Hey there!
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 by changing the Topic Status to ‘Not Resolved’ if any other questions come up and we’d be happy to help. 🙂
Regards,
hello sorry for the delay, I took note of this solution. I had found another one but which partially works is to rename the title on the filters but it affects the user files, which is a shame that we can’t have put two different names in each place and have an absolute value that points to the same thing
Hi @melchi2
Are you using the UM User Locations extension to display the map?
Yes, frankly it’s great, a real treat
If you have purchased one of our extensions or our bundle and you need help, you will need to submit a support ticket via our website as we are only allowed to provide support on this forum for the free plugin hosted on the wordpress.org website.
To submit a ticket, please login to our website using the email used on checkout and go to this page:
https://ultimatemember.com/support/ticket/
Thank you for supporting Ultimate Member with your purchase!
Regards.