Support

Account

Home Forums ACF PRO ACF and author.php loop customization Reply To: ACF and author.php loop customization

  • the meta key where the user ID is stored will be "{$repeater_name}_{$row}_{$sub_field_name}", so there will be a different meta key for each row. You’re going to need to do a regular expression, I don’t know what the regex is for MySQL but for php it would be /^repeater_name_[0-9]+_sub_field_name$/