[ad_1]
[ad_2]
Hi, I am using Bricks Builder for a project, and I use Dynamic Data to display fields from ACF. Everything seems to be working just fine. Last week I added a new field to an ACF group (testimonial_teaser), and Bricks is not showing it in the dropdown, no matter what I try. Even if I type it manually, Bricks will render the placeholder with curly brackets, and not the corresponding value. What am I doing wrong?
Thanks.

Ok, I figured it out. It was WordPress’ cache causing this problem. I just ran this command in my terminal and everything was back to normal:
wp cache flush
Cheers!