Woocommerce membership plugin : include custom field in admin search
I had a hard time finding how to add custom field to admin search under woocommerce > members list. The woocommerce membership plugin is in fact using the ‘posts_clauses’ filter to filter the search result. So to add custom fields, here is the code I use : function advanced_admin_custom_search($pieces, WP_Query $wp_query) { global $wpdb; … Woocommerce membership plugin : include custom field in admin search