Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACF repeater field broken in 4.1.0 #91

Closed
BenTangible opened this issue Mar 13, 2024 · 0 comments
Closed

ACF repeater field broken in 4.1.0 #91

BenTangible opened this issue Mar 13, 2024 · 0 comments
Assignees

Comments

@BenTangible
Copy link

BenTangible commented Mar 13, 2024

There may be more going on, but as far as I can see (and based on this forum user's issue), the ACF repeater field type is simply broken when updating to 4.1.0. I have the following content and template:

image

<ul>
  <Loop acf_repeater="repeater_field">
    <li><Field repeater_text /></li>
  </Loop>
</ul>

In 4.0.2 this outputs

  • Content in the first row
  • Second row of the repeater
  • Third row

However after updating to 4.1.0, the repeater loop simply outputs nothing.

Edit: content around the Loop still renders, so to clarify, this template doesn't output "nothing", it renders an empty <ul> </ul>.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants