Categoría: ACF BRICKS FREE GET_LOOP_OBJECT
-
Accessing ACF Repeater Sub Fields Programmatically in Bricks Query Loop
It is possible to output sub field’s values when a Bricks query loop’s type has been set to a ACF Repeater without writing code. This is built-in. If you are looking to get/output the sub field’s value via code instead, simply using the_sub_field() or get_sub_field() is not going to work [unless we loop through the…