Support

Account

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

  • how to even get the data of a checkbox field with a wp_user_query? i tried

    <?php echo implode(', ', get_field('country', $user_id )); ?>

    as mentioned in http://www.advancedcustomfields.com/resources/field-types/checkbox/ but it shows me nothing :-/ in a normal query it works.