Title: Custom fields for user
Last modified: November 15, 2023

---

# Custom fields for user

 *  Resolved [easylinkword](https://wordpress.org/support/users/easylinkword/)
 * (@easylinkword)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/custom-fields-for-user/)
 * Hello, 
   I would like to know if the plugin supports customer search based on 
   custom fields.I have a b2b plugin that creates new registration fields and I 
   would to know if I can search for them on “Find or create a customer” section.

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

 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/custom-fields-for-user/#post-17203381)
 * Hello
 * We use WooCommerce customer search, so it’s possible to modify search,
   using 
   this hook (I put code to enable search by billing phone).
 * `add_filter( "woocommerce_customer_search_customers", function ( $filter, $term,
   $limit, $type ) {
   if ( $type == 'meta_query' ) {$filter['meta_query'][] = array('
   key' => 'billing_phone', 'value' => $term, 'compare' => 'LIKE' );}return $filter;},
   10, 4 );
 *  Thread Starter [easylinkword](https://wordpress.org/support/users/easylinkword/)
 * (@easylinkword)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/custom-fields-for-user/#post-17203503)
 * Hello,
   Thank you for your fast reply. It works like a charm thank you!
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/custom-fields-for-user/#post-17203513)
 * You’re welcome

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

The topic ‘Custom fields for user’ is closed to new replies.

 * ![](https://ps.w.org/phone-orders-for-woocommerce/assets/icon-256x256.png?rev
   =1937355)
 * [Phone Orders for WooCommerce](https://wordpress.org/plugins/phone-orders-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/phone-orders-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/phone-orders-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/phone-orders-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/phone-orders-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/phone-orders-for-woocommerce/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [algol.plus](https://wordpress.org/support/users/algolplus/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/custom-fields-for-user/#post-17203513)
 * Status: resolved