Get an Array of Values from an ACF Repeater Choice SubField
WP Beaches ~
Get an array of values from an ACF repeater sub-field choice box to use further in your code.
So in the sap_colors sub-field above I want to capture the red,blue and green values into an array and have that array reflect any further additions or deletions. You can get this via get_sub_field_object() function and you have to
Leave a Reply