Support

Account

Home Forums General Issues Filtering user_query by custom fields (checkboxes) Reply To: Filtering user_query by custom fields (checkboxes)

  • Okay i get the field this way:
    <?php echo implode(', ', get_field('country', 'user_'. $user_id )); ?>

    but how do i filter the loop with this field?