Title: custom filter in directory
Last modified: June 10, 2022

---

# custom filter in directory

 *  Resolved [melchi2](https://wordpress.org/support/users/melchi2/)
 * (@melchi2)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/custom-filter-in-directory/)
 * Hello, I wanted to know if there is a possibility to modify the filters in the
   member directory. I’m creating a dating site, I can’t make a screenplay. I give
   you as an example Title I’m looking for woman man There he ticks his choice I
   had found face search but the inconvenience he does not communicate with the 
   google map The fact that his filters apply on the map is very important thank
   you advance of a solution

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Support [Aswin Giri](https://wordpress.org/support/users/aswingiri/)
 * (@aswingiri)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/custom-filter-in-directory/#post-15726212)
 * Hello [@melchi2](https://wordpress.org/support/users/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,
 *  Plugin Support [Ultimate Member Support](https://wordpress.org/support/users/ultimatemembersupport/)
 * (@ultimatemembersupport)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/custom-filter-in-directory/#post-15735277)
 * 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,
 *  Thread Starter [melchi2](https://wordpress.org/support/users/melchi2/)
 * (@melchi2)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/custom-filter-in-directory/#post-15735347)
 * 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
 *  Plugin Support [Ultimate Member Support](https://wordpress.org/support/users/ultimatemembersupport/)
 * (@ultimatemembersupport)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/custom-filter-in-directory/#post-15735936)
 * Hi [@melchi2](https://wordpress.org/support/users/melchi2/)
 * Are you using the UM User Locations extension to display the map?
 *  Thread Starter [melchi2](https://wordpress.org/support/users/melchi2/)
 * (@melchi2)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/custom-filter-in-directory/#post-15735955)
 * Yes, frankly it’s great, a real treat
 *  Plugin Support [Ultimate Member Support](https://wordpress.org/support/users/ultimatemembersupport/)
 * (@ultimatemembersupport)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/custom-filter-in-directory/#post-15745782)
 * 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/](https://ultimatemember.com/support/ticket/)
 * Thank you for supporting Ultimate Member with your purchase!
 * Regards.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘custom filter in directory’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-member/assets/icon-256x256.png?rev=3160947)
 * [Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin](https://wordpress.org/plugins/ultimate-member/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-member/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-member/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-member/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-member/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-member/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [Ultimate Member Support](https://wordpress.org/support/users/ultimatemembersupport/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/custom-filter-in-directory/#post-15745782)
 * Status: resolved