Support

Account

Home Forums ACF PRO Can we use get_field() for ACF Group's subfields? Reply To: Can we use get_field() for ACF Group's subfields?

  • Yes, I tried and it works. But is it an ACF feature or temporary luck? I mean if I will use this method could I think that ACF going to work that way long time in the future?

    $group_subfield_in_any_times_on_future = get_field($group_name . '_' . $subfield_name);

    Or does it fraught with problems in the future (some breaking changes)?