I'm new to magento2. Now I doing wp post inside my magento2 site by using Fishpig. I have ACF installed in my wp, and i wanted to call it.
I try to console log my slider ACF, it returns 4 as i got 4 images in the repeater fields inside a post by using $post->getMetaValue("slider") as it stated inside fishpig documentation.
Next, I want to loop out the repeater ACF fields and display Images. Image field already set to return URL.
How can i do that? What method to use? Please show me sample code. Thank very much.