Opis
Importly Field Mapper for ACF extends the WP All Import template flow with an ACF mapping step:
- Open the WP All Import Step 3 mapping screen.
- Map values in the „ACF Fields (Free)” section.
- Run the import to update ACF values per post.
Supports ACF free version and common field types including text, number, checkbox, true/false, date picker, image URL, and file URL.
Requirements
- WP All Import plugin
- Advanced Custom Fields plugin
Features
- Detects ACF field groups via
acf_get_field_groups()andacf_get_fields() - Integrates natively into WP All Import Step 3 (template/mapping screen)
- Stores mappings in WP All Import import options/templates
- Updates ACF values using
update_field() - Handles media URLs for image/file with sideloading
- Includes debug logging mode for troubleshooting
- Compatible with public custom post types
Instalacja
- Upload the
importly-field-mapperfolder to/wp-content/plugins/ - Activate the plugin in WordPress admin
- Ensure WP All Import and Advanced Custom Fields are installed and active.
- Create/edit an import in WP All Import and map fields in „ACF Fields (Free)”
Najczęściej zadawane pytania
-
Does this require ACF Pro?
-
No. The plugin targets ACF free and does not require ACF Pro.
-
Can I import into custom post types?
-
Yes. Choose any public post type during mapping.
Recenzje
Wtyczka nie ma jeszcze żadnej recenzji.
Kontrybutorzy i deweloperzy
„Importly Field Mapper for ACF” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniPrzetłumacz wtyczkę “Importly Field Mapper for ACF” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
1.0.0
- Initial release.