RadoslavGeorgiev / rila-framework

A front-end WordPress framework with a set of many extendable class wrappers, inpired by the MVC ideology
GNU General Public License v2.0
18 stars 3 forks source link

Parse nested ACF repeaters #18

Closed RadoslavGeorgiev closed 7 years ago

RadoslavGeorgiev commented 7 years ago

Currently the ACF helper does not recursively parse repeater and flexible layout fields within other repeaters.

RadoslavGeorgiev commented 7 years ago

Fixed in 287d3ac

Repeaters and flexible content fields within other repeaters are now parsed to proper arrays.