This is pretty easy probably but I cant figure it out;
I have an array coming from ACF and when I render it using Field acf_editor=name and it returns
[“content”,“content”].
I think I have to loop over it with Field loop, but how do I return the content (clean and with HTML tags)?
Thank you