plugin-icon

G10DER Repeater Fields for Advanced Custom Fields

제작자: devg10der·
Adds a lightweight Repeater Field to Advanced Custom Fields Free.
버전
1.0.0
최근 업데이트일
Jun 20, 2026
G10DER Repeater Fields for Advanced Custom Fields

G10DER Repeater Fields adds repeater field functionality for Advanced Custom Fields.

Create repeatable groups of fields without requiring ACF Pro.

Features:

  • Repeater field for ACF Free
  • Unlimited rows
  • Minimum and maximum row limits
  • Drag and drop row sorting
  • Row collapse and expand
  • Multiple repeater fields per page
  • Import and export support
  • Developer-friendly API
  • Lightweight and fast

Supported Sub Fields:

  • Text
  • Textarea
  • Number
  • Select
  • Checkbox
  • Radio
  • True / False
  • Image
  • File
  • Date Picker
  • Date Time Picker
  • WYSIWYG

Usage

Create an “Extended Repeater” field inside an ACF field group.

Retrieve values using:

$rows = get_field( 'your_field_key' ); if ( $rows ) { foreach ( $rows as $row ) { echo g10der_get_sub_field( $row, 'subfield_key' ); } }<h3>Helper Function</h3>

The plugin includes a helper function:

g10der_get_sub_field( $row, $field_name );

Example:

$rows = get_field( 'post_layout' ); foreach ( $rows as $row ) { echo g10der_get_sub_field( $row, 'heading' ); }

Select and Radio fields return:

array( 'value' => 'option_1', 'label' => 'Option 1', );

Checkbox fields return:

array( 'option_1' => 'Option 1', 'option_2' => 'Option 2', );
무료유료 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 7.0
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.