| 开发者 | moha12351 |
|---|---|
| 更新时间 | 2026年8月15日 02:42 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
get_field(), have_rows(), the_row(), and get_sub_field() all work nativelyraeen-repeater-field-for-acf){field_name} → row count (integer){field_name}_{i}_{sub_field_name} → sub-field value for row i_{field_name}_{i}_{sub_field_name} → sub-field key referenceraeen-repeater-field-for-acf folder to /wp-content/plugins/.No. This plugin works exclusively with the free version of Advanced Custom Fields (5.8+). If ACF Pro is active, this plugin automatically defers to Pro's built-in repeater.
No. If ACF Pro is detected (ACF_PRO constant is defined), the plugin disables itself and lets Pro handle the repeater field natively.
Yes. Repeater fields can contain other repeater fields as sub-fields, with full drag-and-drop and all row operations.
Yes. Data is stored in the same flat postmeta format as ACF Pro, so get_field(), have_rows(), the_row(), and get_sub_field() all work without any code changes.
Yes. Full support for ACF's field group JSON export, import, and auto-sync.
The plugin automatically detects rich field types (WYSIWYG, Gallery, etc.) and switches to the stacked Row layout to prevent display issues. TinyMCE editors are properly initialized, duplicated, and cleaned up when rows are added, duplicated, or removed.
raeen-repeater-field-for-acf across all plugin headers and translation functions.Raeen_Repeater\Tests and added standalone polyfills for local and CI testing.assets/dist/.