G10DER Repeater Fields adds repeater field functionality for Advanced Custom Fields.
Create repeatable groups of fields without requiring ACF Pro.
Features:
Supported Sub Fields:
Create an “Extended Repeater” field inside an ACF field group.
Retrieve values using:
The plugin includes a helper function:
Example:
Select and Radio fields return:
‘option_1’,
‘label’ => ‘Option 1’,
);
?>
Checkbox fields return:
‘Option 1’,
‘option_2’ => ‘Option 2’,
);
?>